Changeset 4368 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/30/04 17:55:26 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r3666 r4368 72 72 #include <fstream> // ofstream, SavePrimitive 73 73 74 #include <TEnv.h> // TEnv 74 75 #include <TRint.h> // gApplication, TRint::Class() 75 76 #include <TTime.h> // TTime … … 956 957 // -------------------------------------------------------------------------- 957 958 // 959 // Calls 'ReadEnv' with a TEnv initialized with the given file name. 960 // If 'config=0' kTRUE is returned. 961 // 962 Bool_t MEvtLoop::ReadEnv(const char *config) 963 { 964 return config ? ReadEnv(TEnv(config)) : kTRUE; 965 } 966 967 // -------------------------------------------------------------------------- 968 // 958 969 // Write the contents/setup of a parameter container/task to a TEnv 959 970 // instance (steering card/setup file). -
trunk/MagicSoft/Mars/mbase/MEvtLoop.h
r2728 r4368 80 80 Bool_t WriteEnv(TEnv &env, TString prefix="", Bool_t print=kFALSE) const; 81 81 82 Bool_t ReadEnv(const char *config); 83 82 84 void RecursiveRemove(TObject *obj); 83 85
Note:
See TracChangeset
for help on using the changeset viewer.