Changeset 5448 for trunk/MagicSoft/Mars/mfbase
- Timestamp:
- 11/22/04 11:36:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mfbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfbase/MFEventSelector2.cc
r5429 r5448 477 477 // Get corresponding bin number and check 478 478 // whether a selection should be made 479 fResult = fHistIsProbability ? Select (ibin) : SelectProb(ibin);479 fResult = fHistIsProbability ? SelectProb(ibin) : Select(ibin); 480 480 481 481 fCounter[fResult ? 1 : 0]++; -
trunk/MagicSoft/Mars/mfbase/MFEventSelector2.h
r5429 r5448 66 66 Bool_t IsExpressionTrue() const { return fResult; } 67 67 68 ClassDef(MFEventSelector2, 0) // FI MXE!68 ClassDef(MFEventSelector2, 0) // FIXME! 69 69 }; 70 70
Note:
See TracChangeset
for help on using the changeset viewer.