Changeset 9308 for trunk/MagicSoft/Mars/mhist/MHCamEvent.h
- Timestamp:
- 02/09/09 11:30:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamEvent.h
r9153 r9308 35 35 36 36 public: 37 enum { kIsLowerBound=1, kIsUpperBound=-1, kNoBound=0 };37 enum { kIsLowerBound=1, kIsUpperBound=-1, kNoBound=0, kCollectMin=-2, kCollectMax=2 }; 38 38 39 39 MHCamEvent(const char *name=NULL, const char *title=NULL); … … 57 57 58 58 void SetThreshold(Float_t f=0, Char_t direction=kIsLowerBound) { fThreshold = f; fUseThreshold=direction; } 59 void SetCollectMin() { fUseThreshold=kCollectMin; } 60 void SetCollectMax() { fUseThreshold=kCollectMax; } 59 61 void SetErrorSpread(Bool_t b=kTRUE) { fErrorSpread = b; } 60 62 void SetErrorRelative(Bool_t b=kTRUE) { fErrorRelative = b; }
Note:
See TracChangeset
for help on using the changeset viewer.