Ignore:
Timestamp:
06/23/03 12:09:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.h

    r1951 r2209  
    4848    void Reset();
    4949
     50    Int_t PreProcess(MParList *pList);
     51    Int_t Process();
     52
     53    Bool_t ReInit(MParList *pList);
     54
    5055public:
    5156    MSigmabarCalc(const char *name=NULL, const char *title=NULL);
    52     ~MSigmabarCalc();
    53 
    54     Bool_t PreProcess(MParList *pList);
    55     Bool_t ReInit(MParList *pList);
    56     Bool_t Process();
    5757
    5858    ClassDef(MSigmabarCalc, 0) // task for calculating sigmabar
Note: See TracChangeset for help on using the changeset viewer.