Changeset 18679
- Timestamp:
- 11/30/16 00:16:55 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_IncreaseNsb/mjobs/MJob.cc
r10045 r18679 44 44 #include <TClass.h> 45 45 #include <TSystem.h> 46 #include <TRandom .h>46 #include <TRandom3.h> 47 47 #include <TObjArray.h> 48 48 … … 61 61 // -------------------------------------------------------------------------- 62 62 // 63 // Default constructor. 63 // Default constructor. 64 64 // 65 65 // Sets fDataFlag to 0 … … 295 295 296 296 delete gRandom; 297 gRandom = static_cast<TRandom *>(cls->New());297 gRandom = static_cast<TRandom3*>(cls->New()); 298 298 299 299 *fLog << inf << "Random number generator " << rng << " initialized." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.