Changeset 2747
- Timestamp:
- 12/23/03 10:57:59 (21 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc
r2647 r2747 63 63 AddToBranchList("fHiGainPixId"); 64 64 AddToBranchList("fHiGainFadcSamples"); 65 66 fCounter=0;67 65 } 68 66 … … 143 141 } 144 142 145 146 fCounter++;147 148 143 fPedestals->SetReadyToSave(); 149 144 … … 162 157 MPedestalPix &pix = (*fPedestals)[pixid]; 163 158 164 const Int_t N = fCounter;159 const Int_t N = GetNumExecutions(); 165 160 const Float_t sum = fSumx.At(pixid); 166 161 const Float_t sum2 = fSumx2.At(pixid); -
trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.h
r2629 r2747 23 23 { 24 24 Byte_t fNumHiGainSamples; 25 26 Int_t fCounter; // keep number of processed events27 25 28 26 MRawRunHeader *fRunheader; // raw event run header -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r2746 r2747 143 143 { fImpact=Impact;} //Set impact parameter 144 144 145 // DO NOT USE THIS IS A WORKAROUND! 145 146 void SetTelescopeTheta(Float_t Theta) { fTelescopeTheta=Theta; } 146 147 void SetTelescopePhi(Float_t Phi) { fTelescopePhi=Phi; }
Note:
See TracChangeset
for help on using the changeset viewer.