Ignore:
Timestamp:
11/07/01 11:50:28 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1032 r1048  
    4545#include "MLogManip.h"
    4646
    47 #include "MRawEvtPixelIter.h"
     47#include "MRawEvtData.h"       // MRawEvtData::GetNumPixels
    4848#include "MCerPhotEvt.h"
    4949#include "MPedestalPix.h"
    5050#include "MPedestalCam.h"
     51#include "MRawEvtPixelIter.h"
    5152
    5253ClassImp(MCerPhotCalc);
     
    6566    AddToBranchList("fHiGainFadcSamples");
    6667    AddToBranchList("fLoGainFadcSamples");
    67 
    6868}
    6969
     
    108108Bool_t MCerPhotCalc::Process()
    109109{
     110    fCerPhotEvt->InitSize(fRawEvt->GetNumPixels());
     111
    110112    MRawEvtPixelIter pixel(fRawEvt);
    111 
    112113    while (pixel.Next())
    113114    {
    114 
    115115        const UInt_t pixid = pixel.GetPixelId();
    116116
Note: See TracChangeset for help on using the changeset viewer.