Changeset 1966 for trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
- Timestamp:
- 04/20/03 12:51:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
r1940 r1966 15 15 TH1F *fLeakage2; //-> 16 16 17 Float_t fMm2Deg;18 Bool_t fUseMmScale;19 20 17 public: 21 18 MHNewImagePar(const char *name=NULL, const char *title=NULL); 22 19 ~MHNewImagePar(); 23 20 24 void SetMmScale(Bool_t mmscale=kTRUE);25 void SetMm2Deg(Float_t mmdeg);26 27 Bool_t SetupFill(const MParList *pList);28 21 Bool_t Fill(const MParContainer *par); 29 22 … … 34 27 35 28 void Draw(Option_t *opt=NULL); 36 TObject *DrawClone(Option_t *opt=NULL) const;37 29 38 ClassDef(MHNewImagePar, 1) // Container which holds histograms for thenew image parameters30 ClassDef(MHNewImagePar, 1) // Histograms of new image parameters 39 31 }; 40 32
Note:
See TracChangeset
for help on using the changeset viewer.