Ignore:
Timestamp:
12/03/07 17:46:31 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h

    r7369 r8776  
    2828    TH1F     fHistTime;   // Histogram of arrival time distribution along the arc.
    2929
     30    Double_t fRelTimeMean;   // Result of the gaus fit to the arrival time
     31    Double_t fRelTimeSigma;  // Result of the gaus fit to the arrival time
     32
    3033    Bool_t FindRangeAboveThreshold(const TProfile &h, Float_t thres, Int_t &first, Int_t &last) const;
    3134
     
    4346    const TProfile &GetHistWidth() const { return fHistWidth; }
    4447
     48    Double_t GetRelTimeMean() const  { return fRelTimeMean; }
     49    Double_t GetRelTimeSigma() const { return fRelTimeSigma; }
     50
    4551    Float_t CalcSize() const;
    4652
     
    4854    void Paint(Option_t *o="");
    4955
    50     ClassDef(MHSingleMuon, 1)
     56    ClassDef(MHSingleMuon, 2)
    5157};
    5258
Note: See TracChangeset for help on using the changeset viewer.