You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/SimConfig/include/SimConfig/DigiParams.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ struct DigiParams : public o2::conf::ConfigurableParamHelper<DigiParams> {
33
33
int maxOrbitsToDigitize = -1; // Digitizer can use this to truncate digits that fall beyond an orbit limit (relative to start of digization) given by this param; -1 means no limit imposed
34
34
// This parameter should typically be set to coincide with a single timeframe length or multiples thereof.
35
35
std::string passName = "unanchored"; // passName for anchored MC
36
+
int seed = 0; // rndSeed to be applied in digitization; convention is that 0 is time based
0 commit comments