source: trunk/MagicSoft/Mars/mgui/MCamNeighbor.h@ 700

Last change on this file since 700 was 698, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 379 bytes
Line 
1#ifndef MCAMNEIGHBOR_H
2#define MCAMNEIGHBOR_H
3
4#ifndef MAGIC_H
5#include "MAGIC.h"
6#endif
7
8class MCamNeighbor
9{
10 private:
11
12 Int_t fNN[577][6] ;
13
14 public:
15
16 MCamNeighbor() ;
17
18 Int_t GetNN(Int_t pix, Int_t inn) ;
19 void CheckPixel(Int_t pix) ;
20 void Print(Option_t *opt=NULL) ;
21
22 ClassDef(MCamNeighbor, 0) // Conatins the neighbors in the magic camera
23} ;
24
25
26#endif
27
Note: See TracBrowser for help on using the repository browser.