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/MHillasCalc.h

    r1203 r1540  
    2424          MHillas     *fHillas;     // ouput container to store result
    2525
    26     TString fHilName;
    27 public:
    28     MHillasCalc(const char *hil="MHillas", const char *name=NULL, const char *title=NULL);
     26          TString      fHilName;
     27          Int_t        fErrors[5];
    2928
    3029    Bool_t PreProcess(MParList *pList);
    3130    Bool_t Process();
     31    Bool_t PostProcess();
     32
     33public:
     34    MHillasCalc(const char *hil="MHillas", const char *name=NULL, const char *title=NULL);
    3235
    3336    ClassDef(MHillasCalc, 0)   // Task to calculate Hillas parameters
Note: See TracChangeset for help on using the changeset viewer.