|
Last change
on this file since 702 was 698, checked in by tbretz, 25 years ago |
|
*** empty log message ***
|
-
Property svn:executable
set to
*
|
|
File size:
649 bytes
|
| Line | |
|---|
| 1 | #ifndef MIMGCLEANSTD_H
|
|---|
| 2 | #define MIMGCLEANSTD_H
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MAGIC_h
|
|---|
| 5 | #include "MAGIC.h"
|
|---|
| 6 | #endif
|
|---|
| 7 | #ifndef MPARCONTAINER_H
|
|---|
| 8 | #include "MTask.h"
|
|---|
| 9 | #endif
|
|---|
| 10 | #ifndef MCAMNEIGHBOR_H
|
|---|
| 11 | #include "MCamNeighbor.h"
|
|---|
| 12 | #endif
|
|---|
| 13 |
|
|---|
| 14 | class MCerPhotEvt;
|
|---|
| 15 |
|
|---|
| 16 | class MImgCleanStd : public MTask
|
|---|
| 17 | {
|
|---|
| 18 | private:
|
|---|
| 19 | MCamNeighbor fNN; //! the class with the information about neighbors
|
|---|
| 20 |
|
|---|
| 21 | MCerPhotEvt *fEvt;
|
|---|
| 22 |
|
|---|
| 23 | public:
|
|---|
| 24 | MImgCleanStd(const char *name=NULL, const char *title=NULL) ;
|
|---|
| 25 |
|
|---|
| 26 | void CleanLevel1();
|
|---|
| 27 | void CleanLevel2();
|
|---|
| 28 | void CleanLevel3();
|
|---|
| 29 |
|
|---|
| 30 | Bool_t PreProcess (MParList *pList);
|
|---|
| 31 | Bool_t Process();
|
|---|
| 32 |
|
|---|
| 33 | ClassDef(MImgCleanStd, 0) // class for Nphotons Events
|
|---|
| 34 | };
|
|---|
| 35 |
|
|---|
| 36 | #endif
|
|---|
| 37 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.