Ignore:
Timestamp:
06/26/09 10:47:43 (15 years ago)
Author:
hoehne
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C

    r9225 r9468  
    236236        imax = "NULL";
    237237    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());
    240240    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);
    243243    TString ped       = Form("%5.1f", fadcheader->GetPedestal(1));
    244244    TString low2high  = Form("%5.1f", fadcheader->GetLow2HighGain());
     
    585585                 "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, "
    586586                 "fNumPheFromDNSB=%s, fZBin=%d, fZBinMin=%d, fZBinMax=%d, fThetaMin=%s, "
    587                  "fThetaMax=%s, fPointSpread=%s, "
     587                 "fThetaMax=%s, fPhiMin=%s, fPhiMax=%s, fPointSpread=%s, "
    588588                 "fPedesMean=%s, fLow2HighGain=%s, "
    589589                 "fAmplFadcInner=%s, fAmplFadcOuter=%s, ",
     
    591591                 imax.Data(), numsimshow, numevents,
    592592                 numphe.Data(), zBin2, zBin2Min, zBin2Max, thetamin.Data(),
    593                  thetamax.Data(), psf.Data(),
     593                 thetamax.Data(), pmin.Data(), pmax.Data(), psf.Data(),
    594594                 ped.Data(), low2high.Data(),
    595595                 amplfadc.Data(), amplfadco.Data());
     
    655655                     "fImpactMax=%s, fNumSimulatedShowers=%d, fNumEvents=%d, "
    656656                     "fNumPheFromDNSB=%s, fZBin=%d, fZBinMin=%d, fZBinMax=%d, fThetaMin=%s, "
    657                      "fThetaMax=%s, fPointSpread=%s, "
     657                     "fThetaMax=%s, fPhiMin=%s, fPhiMax=%s, fPointSpread=%s, "
    658658                     "fPedesMean=%s, fLow2HighGain=%s, "
    659659                     "fAmplFadcInner=%s, fAmplFadcOuter=%s, ",
     
    661661                     imax.Data(), numsimshow, numevents,
    662662                     numphe.Data(), zBin2, zBin2Min, zBin2Max, thetamin.Data(),
    663                      thetamax.Data(), psf.Data(),
     663                     thetamax.Data(), pmin.Data(), pmax.Data(), psf.Data(),
    664664                     ped.Data(), low2high.Data(),
    665665                     amplfadc.Data(), amplfadco.Data());
  • trunk/MagicSoft/Mars/datacenter/macros/filldotrun.C

    r9449 r9468  
    4242//   070416-0,
    4343//   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
    4545//
    4646// Usage:
     
    134134        version!=200812040 && version!=200812140 &&
    135135        version!=200902030 && version!=200902210 && version!=200905220 &&
    136         version!=200905250)
     136        version!=200905250 && version!=200906610)
    137137    {
    138138        cout << filename << ": File Version unknown - please update the macro!" << endl;
Note: See TracChangeset for help on using the changeset viewer.