Ignore:
Timestamp:
05/20/03 10:19:41 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfilter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MF.cc

    r1936 r2123  
    473473}
    474474
     475void 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  
    4141    Bool_t PostProcess();
    4242
     43    void Print(Option_t *opt="") const;
     44
    4345    ClassDef(MF, 0) // A Filter for cuts in any data member
    4446};
Note: See TracChangeset for help on using the changeset viewer.