Last change
on this file since 597 was 597, checked in by harald, 24 years ago |
Adding the first version of an Image Cleaning. Therefore a first version
of Class MCamNeigbor was implemented.
The Image cleaning is done in class MNphotEvent.
|
File size:
319 bytes
|
Line | |
---|
1 | #ifndef MCAMNEIGHBOR_H
|
---|
2 | #define MCAMNEIGHBOR_H
|
---|
3 |
|
---|
4 | #include <iostream>
|
---|
5 |
|
---|
6 | #include "MAGIC.h"
|
---|
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() ;
|
---|
21 |
|
---|
22 | ClassDef(MCamNeighbor, 1) //
|
---|
23 | } ;
|
---|
24 |
|
---|
25 |
|
---|
26 | #endif
|
---|
27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.