Changeset 1737
- Timestamp:
- 01/28/03 09:01:51 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.cc
r1729 r1737 130 130 fSigmabarMin = TMath::Min((Double_t)fSig->GetSigmabar(), fSigmabarMin); 131 131 132 if (fMcEvt->GetT hetaTelescope()*kRad2Deg < 90)133 fThetaMax = TMath::Max(fMcEvt->GetT hetaTelescope()*kRad2Deg, fThetaMax);134 fThetaMin = TMath::Min(fMcEvt->GetT hetaTelescope()*kRad2Deg, fThetaMin);132 if (fMcEvt->GetTelescopeTheta()*kRad2Deg < 90) 133 fThetaMax = TMath::Max(fMcEvt->GetTelescopeTheta()*kRad2Deg, fThetaMax); 134 fThetaMin = TMath::Min(fMcEvt->GetTelescopeTheta()*kRad2Deg, fThetaMin); 135 135 136 136 return rc; -
trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.h
r1693 r1737 26 26 #endif 27 27 28 #ifndef MARS_MRawRunHeader 29 #include "MRawRunHeader.h" 30 #endif 31 28 32 class MSigmabarCalc : public MTask 29 33 { 30 34 private: 31 const MGeomCam *fCam; 32 const MPedestalCam *fPed; 35 const MGeomCam *fCam; 36 const MPedestalCam *fPed; 37 const MRawRunHeader *fRun; 33 38 MSigmabar *fSig; 34 39 Double_t fSigmabarMin; // Parametrization
Note:
See TracChangeset
for help on using the changeset viewer.