- Timestamp:
- 08/03/06 17:31:42 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7838 r7840 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/08/03 Markus Meyer 21 22 * datacenter/macros/fillstar.C 23 - update of reference values for muon analysis 24 25 20 26 21 27 2006/08/03 Thomas Bretz … … 35 41 36 42 37 2006/08/0 2Markus Meyer43 2006/08/03 Markus Meyer 38 44 39 45 * resources/calibration.rc, calibration_spline.rc -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7777 r7840 154 154 155 155 Float_t mw = hmuon->GetMeanWidth(); 156 Float_t psf = 5 1.505292*mw - 31.147126;156 Float_t psf = 58.5480*mw - 37.3829; 157 157 psf = TMath::Nint(psf*10)/10.; 158 158 TString PSF = Form("%5.1f", psf); 159 159 Int_t num = (int)hmuon->GetEntries(); 160 160 161 Float_t ratiodatamc = (hmuon->GetMeanSize()/93 40.)*100;161 Float_t ratiodatamc = (hmuon->GetMeanSize()/9327.)*100; 162 162 TString ratio = Form("%5.1f", ratiodatamc); 163 163
Note:
See TracChangeset
for help on using the changeset viewer.