Changeset 1951 for trunk/MagicSoft/Mars/manalysis/MApplyPadding.h
- Timestamp:
- 04/12/03 16:40:23 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MApplyPadding.h
r1682 r1951 24 24 MCerPhotEvt *fEvt; 25 25 MSigmabar *fSigmabar; 26 TRandom3 *fRnd;26 TRandom3 fRnd; 27 27 Int_t fRunType; 28 28 Int_t fGroup; … … 37 37 public: 38 38 MApplyPadding(const char *name=NULL, const char *title=NULL); 39 ~MApplyPadding();40 39 41 40 Bool_t PreProcess(MParList *pList); 42 41 Bool_t Process(); 43 Bool_t PostProcess();44 42 45 43 void SetRunType(Int_t runtype) { fRunType = runtype; } … … 47 45 void SetDatabaseFile(char *filename) { fDatabaseFilename = filename; } 48 46 void SetTargetLevel(Double_t sigmabar) { fFixedSigmabar = sigmabar; fUseHistogram=kFALSE; } 49 Bool_tSetDefiningHistogram(TH1D *histo);47 void SetDefiningHistogram(TH1D *histo); 50 48 51 49 ClassDef(MApplyPadding, 1) // task for applying padding
Note:
See TracChangeset
for help on using the changeset viewer.