Changeset 9859 for trunk/Mars


Ignore:
Timestamp:
08/13/10 16:42:40 (14 years ago)
Author:
tbretz
Message:
Changed the order of the new histograms and removed the dedicated binning for the weighted time spreads.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mimage/MHHillasExt.cc

    r9854 r9859  
    174174    MH::SetBinning(fHTimeSpread,   binsx);
    175175    MH::SetBinning(fHSlopeSpread,  binsx);
    176     binsx.SetEdges(150,   0, 1.5);
    177176    MH::SetBinning(fHTimeSpreadW,  binsx);
    178177    MH::SetBinning(fHSlopeSpreadW, binsx);
     
    218217
    219218    ApplyBinning(*plist, "TimeSpread",       fHTimeSpread);
    220     ApplyBinning(*plist, "TimeSpreadW",      fHTimeSpreadW);
     219    ApplyBinning(*plist, "TimeSpread",       fHTimeSpreadW);
    221220    ApplyBinning(*plist, "TimeSpread",       fHSlopeSpread);
    222     ApplyBinning(*plist, "TimeSpreadW",      fHSlopeSpreadW);
     221    ApplyBinning(*plist, "TimeSpread",       fHSlopeSpreadW);
    223222
    224223    return kTRUE;
     
    332331
    333332    fHSlopeSpreadW.Draw();
     333    fHSlopeSpread.Draw("same");
    334334    fHTimeSpread.Draw("same");
    335     fHSlopeSpread.Draw("same");
    336335    fHTimeSpreadW.Draw("same");
    337336}
Note: See TracChangeset for help on using the changeset viewer.