Changeset 1292 for trunk/MagicSoft/Mars/mhist/MHEffOnTimeTheta.h
- Timestamp:
- 04/24/02 12:29:54 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHEffOnTimeTheta.h
r1213 r1292 16 16 { 17 17 private: 18 TH1D fHist; 18 TH1D fHEffOn; 19 TH1D fHChi2; 20 TH1D fHN0del; 21 TH1D fHLambda; 19 22 20 23 public: … … 24 27 virtual Bool_t Fill(const MParContainer *par); 25 28 26 const TH1D *GetHist() { return &fH ist; }27 const TH1D *GetHist() const { return &fH ist; }29 const TH1D *GetHist() { return &fHEffOn; } 30 const TH1D *GetHist() const { return &fHEffOn; } 28 31 29 32 void Calc(TH2D *hist); … … 32 35 TObject *DrawClone(Option_t *option="") const; 33 36 34 ClassDef(MHEffOnTimeTheta, 1) // Histogram to store a 3-Dim histogram in alpha, Energy and time37 ClassDef(MHEffOnTimeTheta, 1) //1D-plot of Delta t vs. Theta 35 38 }; 36 39 37 40 #endif 38 41 42
Note:
See TracChangeset
for help on using the changeset viewer.