Changeset 5690 for trunk/MagicSoft/Mars/mimage/MImgCleanStd.h
- Timestamp:
- 12/27/04 13:13:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MImgCleanStd.h
r4838 r5690 29 29 private: 30 30 static const TString gsNamePedPhotCam; // default name of the 'MPedPhotCam' container 31 static const TString gsNameGeomCam; // default name of the 'MGeomCam' container 32 static const TString gsNameCerPhotEvt; // default name of the 'MCerPhotEvt' container 31 33 32 34 const MGeomCam *fCam; //! … … 44 46 45 47 TString fNamePedPhotCam; // name of the 'MPedPhotCam' container 48 TString fNameGeomCam; // name of the 'MGeomCam' container 49 TString fNameCerPhotEvt; // name of the 'MCerPhotEvt' container 46 50 47 51 … … 73 77 74 78 Bool_t ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2); 79 75 80 void SetNamePedPhotCam(const char *name) { fNamePedPhotCam = name; } 81 void SetNameCerPhotEvt(const char *name) { fNameCerPhotEvt = name; } 82 void SetNameGeomCam(const char *name) { fNameGeomCam = name; } 76 83 77 ClassDef(MImgCleanStd, 2) // task doing the image cleaning84 ClassDef(MImgCleanStd, 3) // task doing the image cleaning 78 85 }; 79 86
Note:
See TracChangeset
for help on using the changeset viewer.