Changeset 1999 for trunk/MagicSoft/Mars/manalysis/MPadSchweizer.h
- Timestamp:
- 04/24/03 11:09:17 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadSchweizer.h
r1996 r1999 14 14 #include "TH2.h" 15 15 #include "TH3.h" 16 #include "TProfile.h"17 16 18 17 … … 21 20 class MPedestalCam; 22 21 class MMcEvt; 23 class MPedestalCam;24 22 class MSigmabar; 25 23 class MParList; … … 63 61 64 62 public: 65 MPadSchweizer(const char *name, const char *title, 66 TH2D *fHist2, TH3D *fHist3, TH3D *fHist3Diff); 63 MPadSchweizer(const char *name=NULL, const char *title=NULL); 67 64 ~MPadSchweizer(); 65 66 void SetHistograms(TH2D *fHist2=NULL, TH3D *fHist3=NULL, 67 TH3D *fHist3Diff=NULL); 68 68 69 69 Bool_t PreProcess(MParList *pList); … … 72 72 73 73 void SetPadFlag(Int_t padflag); 74 void SetRunType(Int_t runtype) { fRunType = runtype; }75 void SetGroup(Int_t group) { fGroup = group; }76 74 77 75 ClassDef(MPadSchweizer, 0) // task for the padding (Schweizer)
Note:
See TracChangeset
for help on using the changeset viewer.