Changeset 8686
- Timestamp:
- 08/21/07 15:39:25 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8685 r8686 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/08/21 Markus Meyer 22 23 * mmuon/MHMuonPar.cc 24 - changed fgIntegralLoLim from 0.7 to 0.8 25 21 26 2007/08/21 Stefan Ruegamer 22 27 23 28 * datacenter/scripts/movingrawfiles_OK 24 29 - removed rmdir -p option 25 26 30 27 31 … … 49 53 * resources/calibration_spline.rc 50 54 - added factors for period 56 and 57 (same value as for 55) 51 52 55 53 56 -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8532 r8686 162 162 163 163 Float_t mw = hmuon->GetMeanWidth(); 164 Float_t psf = 58.5480*mw - 37.3829;164 Float_t psf = 71.685*mw - 28.323; 165 165 psf = TMath::Nint(psf*10)/10.; 166 166 if (psf<0) … … 169 169 Int_t num = (int)hmuon->GetEntries(); 170 170 171 Float_t ratiodatamc = (hmuon->GetMeanSize()/ 9327.)*100;171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100; 172 172 TString ratio = Form("%5.1f", ratiodatamc); 173 173 -
trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
r7374 r8686 65 65 using namespace std; 66 66 67 const Float_t MHMuonPar::fgIntegralLoLim = 0. 7;67 const Float_t MHMuonPar::fgIntegralLoLim = 0.8; 68 68 const Float_t MHMuonPar::fgIntegralUpLim = 1.2; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.