Changeset 9468 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 06/26/09 10:47:43 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C
r9225 r9468 236 236 imax = "NULL"; 237 237 TString numphe = Form("%7.3f", runheader3->GetNumPheFromDNSB()); 238 TString pmin = Form("%5. 1f", runheader3->GetShowerPhiMin());239 TString pmax = Form("%5. 1f", runheader3->GetShowerPhiMax());238 TString pmin = Form("%5.2f", runheader3->GetShowerPhiMin()); 239 TString pmax = Form("%5.2f", runheader3->GetShowerPhiMax()); 240 240 TString numss = Form("%7.0i", numsimshow); 241 TString thetamin = Form("%5. 1f", tmin);242 TString thetamax = Form("%5. 1f", tmax);241 TString thetamin = Form("%5.2f", tmin); 242 TString thetamax = Form("%5.2f", tmax); 243 243 TString ped = Form("%5.1f", fadcheader->GetPedestal(1)); 244 244 TString low2high = Form("%5.1f", fadcheader->GetLow2HighGain()); … … 585 585 "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, " 586 586 "fNumPheFromDNSB=%s, fZBin=%d, fZBinMin=%d, fZBinMax=%d, fThetaMin=%s, " 587 "fThetaMax=%s, fP ointSpread=%s, "587 "fThetaMax=%s, fPhiMin=%s, fPhiMax=%s, fPointSpread=%s, " 588 588 "fPedesMean=%s, fLow2HighGain=%s, " 589 589 "fAmplFadcInner=%s, fAmplFadcOuter=%s, ", … … 591 591 imax.Data(), numsimshow, numevents, 592 592 numphe.Data(), zBin2, zBin2Min, zBin2Max, thetamin.Data(), 593 thetamax.Data(), p sf.Data(),593 thetamax.Data(), pmin.Data(), pmax.Data(), psf.Data(), 594 594 ped.Data(), low2high.Data(), 595 595 amplfadc.Data(), amplfadco.Data()); … … 655 655 "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, " 656 656 "fNumPheFromDNSB=%s, fZBin=%d, fZBinMin=%d, fZBinMax=%d, fThetaMin=%s, " 657 "fThetaMax=%s, fP ointSpread=%s, "657 "fThetaMax=%s, fPhiMin=%s, fPhiMax=%s, fPointSpread=%s, " 658 658 "fPedesMean=%s, fLow2HighGain=%s, " 659 659 "fAmplFadcInner=%s, fAmplFadcOuter=%s, ", … … 661 661 imax.Data(), numsimshow, numevents, 662 662 numphe.Data(), zBin2, zBin2Min, zBin2Max, thetamin.Data(), 663 thetamax.Data(), p sf.Data(),663 thetamax.Data(), pmin.Data(), pmax.Data(), psf.Data(), 664 664 ped.Data(), low2high.Data(), 665 665 amplfadc.Data(), amplfadco.Data()); -
trunk/MagicSoft/Mars/datacenter/macros/filldotrun.C
r9449 r9468 42 42 // 070416-0, 43 43 // 080220-0, 080519-0, 080912-0, 081204-0, 081214-0, 44 // 090203-0, 090221-0, 090522-0, 090525-0 44 // 090203-0, 090221-0, 090522-0, 090525-0, 090616-0 45 45 // 46 46 // Usage: … … 134 134 version!=200812040 && version!=200812140 && 135 135 version!=200902030 && version!=200902210 && version!=200905220 && 136 version!=200905250 )136 version!=200905250 && version!=200906610) 137 137 { 138 138 cout << filename << ": File Version unknown - please update the macro!" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.