Changeset 1965 for trunk/MagicSoft/Mars/mhist/MHCerPhotEvt.h
- Timestamp:
- 04/19/03 18:39:05 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCerPhotEvt.h
r1715 r1965 11 11 12 12 class TH1D; 13 class MGeamCam; 14 class MCamDisplay; 13 15 14 16 class MHCerPhotEvt : public MH … … 16 18 private: 17 19 MCerPhotEvt fSum; 18 MCerPhotEvt *fEvt; //! 20 Int_t fEntries; 21 MCerPhotEvt *fEvt; //! 22 MGeomCam *fCam; 23 MCamDisplay *fDispl; //! 19 24 20 25 public: 21 26 MHCerPhotEvt(const char *name=NULL, const char *title=NULL); 27 ~MHCerPhotEvt(); 28 29 // TObject *Clone(const char *newname="") const; 30 31 void Clear(); 22 32 23 33 Bool_t SetupFill(const MParList *pList); 24 34 Bool_t Fill(const MParContainer *par); 35 Bool_t Finalize(); 25 36 26 37 TH1 *GetHistByName(const TString name) { return NULL; } … … 28 39 const MCerPhotEvt &GetSum() const { return fSum; } 29 40 30 ClassDef(MHCerPhotEvt, 1) // Container which holds histograms for the source independent image parameters 41 TObject *DrawClone(Option_t *opt) const; 42 void Draw(Option_t *); 43 void Paint(Option_t *option=""); 44 45 ClassDef(MHCerPhotEvt, 1) // Histogram to sum camera events 31 46 }; 32 47
Note:
See TracChangeset
for help on using the changeset viewer.