Changeset 9346 for trunk


Ignore:
Timestamp:
02/16/09 17:41:17 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.cc

    r9303 r9346  
    9797    fHist.SetDirectory(NULL);
    9898    fHist.UseCurrentStyle();
    99     fHist.Sumw2();
    10099
    101100    // Main histogram
     
    105104    fHistTime.UseCurrentStyle();
    106105    fHistTime.SetDirectory(NULL);
    107     fHistTime.Sumw2();
    108106
    109107    fHEnergy.SetName("Excess");
     
    113111    fHEnergy.SetDirectory(NULL);
    114112    fHEnergy.UseCurrentStyle();
    115     fHEnergy.Sumw2();
    116113
    117114    fHTheta.SetName("ExcessTheta");
     
    122119    fHTheta.UseCurrentStyle();
    123120    fHTheta.SetMinimum(0);
    124     fHTheta.Sumw2();
    125121
    126122    // effective on time versus time
     
    437433    fHTime.SetBinError(n,   fit.GetErrorExcess());
    438434
    439     *fLog << all << *fTimeEffOn << " (" << n << "): " << fit.GetEventsExcess() << endl;
     435    //*fLog << inf3 << *fTimeEffOn << " (" << n << "): " << fit.GetEventsExcess() << endl;
    440436
    441437    fNumRebin = fNumTimeBins;
  • trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.h

    r9343 r9346  
    9494    void Paint(Option_t *opt="");
    9595
    96     ClassDef(MHEffectiveOnTime, 3) // Histogram to determin effective On-Time vs Time and Zenith Angle
     96    ClassDef(MHEffectiveOnTime, 4) // Histogram to determin effective On-Time vs Time and Zenith Angle
    9797};
    9898
Note: See TracChangeset for help on using the changeset viewer.