Changeset 2123 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 05/20/03 10:19:41 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mfilter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MF.cc
r1936 r2123 473 473 } 474 474 475 void MF::Print(Option_t *opt) const 476 { 477 *fLog << all << underline << GetDescriptor() << endl; 478 fF->Print(); 479 *fLog << endl << endl; 480 } -
trunk/MagicSoft/Mars/mfilter/MF.h
r1846 r2123 41 41 Bool_t PostProcess(); 42 42 43 void Print(Option_t *opt="") const; 44 43 45 ClassDef(MF, 0) // A Filter for cuts in any data member 44 46 };
Note:
See TracChangeset
for help on using the changeset viewer.