source:
trunk/MagicSoft/Mars/mgui/MCamNeighbor.h@
698
Last change on this file since 698 was 698, checked in by , 24 years ago | |
---|---|
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 | |
8 | class 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.