Changeset 1124


Ignore:
Timestamp:
12/18/01 17:25:09 (23 years ago)
Author:
blanch
Message:
Header file for MMcPedestalCopy.cc version 1.15
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h

    r1035 r1124  
    2323class MMcPedestalCopy : public MTask
    2424{
    25     TString *fSrc;
    26 
    2725public:
    2826    MMcPedestalCopy(const char *name=NULL, const char *title=NULL);
     
    3028    Bool_t PreProcess(MParList *pList);
    3129
     30    virtual Bool_t ReInit(MParList *pList);
     31
    3232    ClassDef(MMcPedestalCopy, 0)   // Task which copies the pedestals from the MC into the standard container
    3333};
Note: See TracChangeset for help on using the changeset viewer.