Changeset 1228 for trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.h
- Timestamp:
- 03/01/02 15:40:22 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.h
r1227 r1228 10 10 11 11 class MHMcEfficiency; 12 class MHMcEnergyImpact; 12 13 13 14 class MHMcCollectionArea : public MParContainer … … 30 31 void DrawSel(Option_t *option=""); 31 32 33 const TH1D *GetHist() { return fHistCol; } 34 const TH1D *GetHist() const { return fHistCol; } 35 32 36 void Draw(Option_t *option=""); 33 37 TObject *DrawClone(Option_t *option="") const; … … 35 39 void CalcEfficiency(); 36 40 37 void Calc(MHMcEfficiency *eff); 41 void Calc(const MHMcEnergyImpact &mcsel, const MHMcEnergyImpact &mcall); 42 void Calc(const MHMcEfficiency &heff); 38 43 39 44 ClassDef(MHMcCollectionArea, 1) // Data Container to calculate Collection Area
Note:
See TracChangeset
for help on using the changeset viewer.