Changeset 1048 for trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
- Timestamp:
- 11/07/01 11:50:28 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
r1032 r1048 45 45 #include "MLogManip.h" 46 46 47 #include "MRawEvt PixelIter.h"47 #include "MRawEvtData.h" // MRawEvtData::GetNumPixels 48 48 #include "MCerPhotEvt.h" 49 49 #include "MPedestalPix.h" 50 50 #include "MPedestalCam.h" 51 #include "MRawEvtPixelIter.h" 51 52 52 53 ClassImp(MCerPhotCalc); … … 65 66 AddToBranchList("fHiGainFadcSamples"); 66 67 AddToBranchList("fLoGainFadcSamples"); 67 68 68 } 69 69 … … 108 108 Bool_t MCerPhotCalc::Process() 109 109 { 110 fCerPhotEvt->InitSize(fRawEvt->GetNumPixels()); 111 110 112 MRawEvtPixelIter pixel(fRawEvt); 111 112 113 while (pixel.Next()) 113 114 { 114 115 115 const UInt_t pixid = pixel.GetPixelId(); 116 116
Note:
See TracChangeset
for help on using the changeset viewer.