Ignore:
Timestamp:
06/23/03 13:44:29 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 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());
Note: See TracChangeset for help on using the changeset viewer.