Changeset 1124 for trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h
- Timestamp:
- 12/18/01 17:25:09 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h
r1035 r1124 23 23 class MMcPedestalCopy : public MTask 24 24 { 25 TString *fSrc;26 27 25 public: 28 26 MMcPedestalCopy(const char *name=NULL, const char *title=NULL); … … 30 28 Bool_t PreProcess(MParList *pList); 31 29 30 virtual Bool_t ReInit(MParList *pList); 31 32 32 ClassDef(MMcPedestalCopy, 0) // Task which copies the pedestals from the MC into the standard container 33 33 };
Note:
See TracChangeset
for help on using the changeset viewer.