Changeset 8658 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 08/06/07 17:32:51 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mfilter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc
r8646 r8658 99 99 // - no: Ghostbuster.fVal<c[12] is used as ghostbusting condition 100 100 // 101 // 102 // Class Version 2: 103 // ---------------- 104 // + Bool_t fCalcDisp; // Should we use Disp from the parameterlist? 105 // + Bool_t fCalcGhostbuster; // Should we use Ghostbuster from the parameterlist? 106 // 107 // 101 108 // Input Container: 102 109 // ------ -
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.h
r8646 r8658 112 112 void Print(Option_t *o="") const; 113 113 114 ClassDef(MFMagicCuts, 1) // A filter to evaluate the MagicCuts114 ClassDef(MFMagicCuts, 2) // A filter to evaluate the MagicCuts 115 115 }; 116 116
Note:
See TracChangeset
for help on using the changeset viewer.