Changeset 8776 for trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h
- Timestamp:
- 12/03/07 17:46:31 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h
r7369 r8776 28 28 TH1F fHistTime; // Histogram of arrival time distribution along the arc. 29 29 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 30 33 Bool_t FindRangeAboveThreshold(const TProfile &h, Float_t thres, Int_t &first, Int_t &last) const; 31 34 … … 43 46 const TProfile &GetHistWidth() const { return fHistWidth; } 44 47 48 Double_t GetRelTimeMean() const { return fRelTimeMean; } 49 Double_t GetRelTimeSigma() const { return fRelTimeSigma; } 50 45 51 Float_t CalcSize() const; 46 52 … … 48 54 void Paint(Option_t *o=""); 49 55 50 ClassDef(MHSingleMuon, 1)56 ClassDef(MHSingleMuon, 2) 51 57 }; 52 58
Note:
See TracChangeset
for help on using the changeset viewer.