Ignore:
Timestamp:
10/15/02 17:02:46 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1487 r1540  
    2020    TString     fHillasName;
    2121
     22    Int_t       fErrors;
     23
    2224    void StreamPrimitive(ofstream &out) const;
     25
     26    Bool_t PreProcess(MParList *plist);
     27    Bool_t Process();
     28    Bool_t PostProcess();
    2329
    2430public:
     
    2632                   const char *name=NULL, const char *title=NULL);
    2733
    28     Bool_t PreProcess(MParList *plist);
    29     Bool_t Process();
    30 
    3134    ClassDef(MHillasSrcCalc, 1) // task to calculate the source position depandant hillas parameters
    3235};
Note: See TracChangeset for help on using the changeset viewer.