Changeset 2213


Ignore:
Timestamp:
06/23/03 13:45:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc

    r2212 r2213  
    133133// we enable a fix for truncated pedestal means in this version.
    134134//
    135 Int_t MCerPhotCalc::ReInit(MParList *pList)
     135Bool_t MCerPhotCalc::ReInit(MParList *pList)
    136136{
    137137    const MRawRunHeader *runheader = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h

    r2212 r2213  
    3838    void SetDefaultWeights();
    3939
     40    Int_t PreProcess(MParList *pList);
     41    Int_t Process();
     42
     43    Bool_t ReInit(MParList *pList);
     44
    4045public:
    4146    MCerPhotCalc(const char *name=NULL, const char *title=NULL);
    42 
    43     Int_t PreProcess(MParList *pList);
    44     Int_t Process();
    45     Int_t ReInit(MParList *pList);
    4647
    4748    // FIXME: The array size should be checked!
Note: See TracChangeset for help on using the changeset viewer.