Changeset 7225 for trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h
- Timestamp:
- 07/27/05 17:41:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h
r7135 r7225 5 5 #include "MH.h" 6 6 #endif 7 #ifndef ROOT_T H18 #include <T H1.h>7 #ifndef ROOT_TProfile 8 #include <TProfile.h> 9 9 #endif 10 10 … … 24 24 Double_t fMargin; //! 25 25 26 TH1F fHistPhi; // Histogram of photon distribution along the arc.27 T H1FfHistWidth; // Histogram of radial photon distribution of the arc.26 TH1F fHistPhi; // Histogram of photon distribution along the arc. 27 TProfile fHistWidth; // Histogram of radial photon distribution of the arc. 28 28 29 Bool_t FindRangeAboveThreshold(const TH1 F&h, Float_t thres, Int_t &first, Int_t &last) const;29 Bool_t FindRangeAboveThreshold(const TH1 &h, Float_t thres, Int_t &first, Int_t &last) const; 30 30 31 31 public: … … 39 39 40 40 const TH1F &GetHistPhi() const { return fHistPhi; } 41 const T H1F&GetHistWidth() const { return fHistWidth; }41 const TProfile &GetHistWidth() const { return fHistWidth; } 42 42 43 43 void Draw(Option_t *o="");
Note:
See TracChangeset
for help on using the changeset viewer.