Ignore:
Timestamp:
03/31/03 10:37:56 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MEvtLoop.h

    r1657 r1880  
    3737
    3838public:
    39     MEvtLoop();
     39    MEvtLoop(const char *name="Evtloop");
    4040    virtual ~MEvtLoop();
    4141
     
    6666    void Print(Option_t *opt="") const;
    6767
     68    Bool_t ReadEnv(const TEnv &env, TString prefix="", Bool_t print=kFALSE);
     69    Bool_t WriteEnv(TEnv &env, TString prefix="", Bool_t print=kFALSE) const;
     70
    6871    ClassDef(MEvtLoop, 1) // Class to execute the tasks in a tasklist
    6972};
Note: See TracChangeset for help on using the changeset viewer.