Changeset 9245 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/23/09 15:30:18 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJob.cc
r9244 r9245 274 274 // If an error occured kFALSE is returned, kTRUE otherwise. 275 275 // 276 // For exmaple: 277 // RandomNumberGenerator: TRandom3 278 // RandomNumberSeeValue: 0 279 // 276 280 Bool_t MJob::InitRandomNumberGenerator() const 277 281 { -
trunk/MagicSoft/Mars/mjobs/MJob.h
r9231 r9245 49 49 Bool_t HasEnv(const char *name) const; 50 50 51 Bool_t InitRandomNumberGenerator() const; 51 52 Bool_t SetupEnv(MEvtLoop &loop) const; 52 53 Bool_t CheckEnv();
Note:
See TracChangeset
for help on using the changeset viewer.