Changeset 9312 for trunk/MagicSoft/Mars/mhist/MHCamEvent.h
- Timestamp:
- 02/10/09 20:00:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamEvent.h
r9308 r9312 17 17 protected: 18 18 MHCamera *fSum; // storing the sum 19 MHCamera *fErr; //! storing the err 19 20 MCamEvent *fEvt; //! the current event 20 21 … … 29 30 Char_t fUseThreshold; // Use a threshold? Which direction has it? 30 31 31 void Init(const char *name, const char *title); 32 Int_t fNumReInit; //! 33 34 TString Format(const char *ext) const; 35 36 void Init(const char *name, const char *title); 37 Bool_t InitGeom(const MParList &plist); 32 38 33 39 Bool_t SetupFill(const MParList *pList); 40 Bool_t ReInit(MParList *plist); 34 41 Int_t Fill(const MParContainer *par, const Stat_t w=1); 35 42 … … 62 69 void SetErrorRelative(Bool_t b=kTRUE) { fErrorRelative = b; } 63 70 71 void RecursiveRemove(TObject *obj); 72 64 73 ClassDef(MHCamEvent, 2) // Histogram to sum camera events 65 74 };
Note:
See TracChangeset
for help on using the changeset viewer.