Changeset 7365 for trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h
- Timestamp:
- 09/26/05 19:17:18 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h
r7225 r7365 24 24 Double_t fMargin; //! 25 25 26 T H1FfHistPhi; // Histogram of photon distribution along the arc.26 TProfile fHistPhi; // Histogram of photon distribution along the arc. 27 27 TProfile fHistWidth; // Histogram of radial photon distribution of the arc. 28 TH1F fHistTime; // Histogram of arrival time distribution along the arc. 28 29 29 Bool_t FindRangeAboveThreshold(const T H1&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; 30 31 31 32 public: … … 38 39 Bool_t CalcWidth(Double_t, Double_t &, Double_t &); 39 40 40 const TH1F &GetHistPhi() const { return fHistPhi; } 41 const TProfile &GetHistPhi() const { return fHistPhi; } 42 const TH1F &GetHistTime() const { return fHistTime; } 41 43 const TProfile &GetHistWidth() const { return fHistWidth; } 42 44
Note:
See TracChangeset
for help on using the changeset viewer.