Ignore:
Timestamp:
06/23/03 13:44:29 (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

    r2178 r2212  
    8989//  - MCerPhotEvt
    9090//
    91 Bool_t MCerPhotCalc::PreProcess(MParList *pList)
     91Int_t MCerPhotCalc::PreProcess(MParList *pList)
    9292{
    9393    fRunHeader = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
     
    133133// we enable a fix for truncated pedestal means in this version.
    134134//
    135 Bool_t MCerPhotCalc::ReInit(MParList *pList)
     135Int_t MCerPhotCalc::ReInit(MParList *pList)
    136136{
    137137    const MRawRunHeader *runheader = (MRawRunHeader*)pList->FindObject("MRawRunHeader");
     
    170170// pixel in the MCerPhotEvt container.
    171171//
    172 Bool_t MCerPhotCalc::Process()
     172Int_t MCerPhotCalc::Process()
    173173{
    174174    //fCerPhotEvt->InitSize(fRawEvt->GetNumPixels());
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h

    r2178 r2212  
    4141    MCerPhotCalc(const char *name=NULL, const char *title=NULL);
    4242
    43     Bool_t PreProcess(MParList *pList);
    44     Bool_t Process();
    45     Bool_t ReInit(MParList *pList);
     43    Int_t PreProcess(MParList *pList);
     44    Int_t Process();
     45    Int_t ReInit(MParList *pList);
    4646
    4747    // FIXME: The array size should be checked!
Note: See TracChangeset for help on using the changeset viewer.