Changeset 8606 for trunk


Ignore:
Timestamp:
06/25/07 16:13:19 (17 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8605 r8606  
    186186    Double_t tmin         = runheader3->GetShowerThetaMin();
    187187    Double_t tmax         = runheader3->GetShowerThetaMax();
     188    UInt_t   reflvers     = runheader3->GetReflVersion();
     189    UInt_t   camvers      = runheader3->GetCamVersion();
    188190    UInt_t   numsimshow   = runheader3->GetNumSimulatedShowers();
    189191    UInt_t   numevents    = tree2->GetEntries();
     
    201203    TString misx      = Form("%5.2f", misptx);
    202204    TString misy      = Form("%5.2f", mispty);
    203     TString reflector = Form("%5.0f", runheader3->GetReflVersion());
    204     TString camera    = Form("%5.0f", runheader3->GetCamVersion());
     205//    TString reflector = Form("%5.0f", runheader3->GetReflVersion());
     206    TString reflector = Form("%5.0i", reflvers);
     207    TString camera    = Form("%5.0i", camvers);
     208//    TString camera    = Form("%5.0f", runheader3->GetCamVersion());
    205209    TString imax      = Form("%5.1f", runheader3->GetImpactMax());
    206210    TString numphe    = Form("%5.1f", runheader3->GetNumPheFromDNSB());
Note: See TracChangeset for help on using the changeset viewer.