Ignore:
Timestamp:
09/26/05 19:17:18 (19 years ago)
Author:
meyer
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7225 r7365  
    2424    Double_t fMargin;               //!
    2525
    26     TH1F    fHistPhi;   // Histogram of photon distribution along the arc.
     26    TProfile fHistPhi;   // Histogram of photon distribution along the arc.
    2727    TProfile fHistWidth; // Histogram of radial photon distribution of the arc.
     28    TH1F     fHistTime;   // Histogram of arrival time distribution along the arc.
    2829
    29     Bool_t FindRangeAboveThreshold(const TH1 &h, Float_t thres, Int_t &first, Int_t &last) const;
     30    Bool_t FindRangeAboveThreshold(const TProfile &h, Float_t thres, Int_t &first, Int_t &last) const;
    3031
    3132public:
     
    3839    Bool_t CalcWidth(Double_t, Double_t &, Double_t &);
    3940
    40     const TH1F &GetHistPhi() const { return fHistPhi; }
     41    const TProfile &GetHistPhi() const { return fHistPhi; }
     42    const TH1F     &GetHistTime() const { return fHistTime; }
    4143    const TProfile &GetHistWidth() const { return fHistWidth; }
    4244
Note: See TracChangeset for help on using the changeset viewer.