We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500c14c commit ae2a58fCopy full SHA for ae2a58f
1 file changed
Steer/DigitizerWorkflow/src/SimReaderSpec.cxx
@@ -85,6 +85,10 @@ DataProcessorSpec getSimReaderSpec(SubspecRange range, const std::vector<std::st
85
// initialize fundamental objects
86
auto& mgr = steer::HitProcessingManager::instance();
87
88
+ // init gRandom to random start
89
+ // TODO: offer option to set seed
90
+ gRandom->SetSeed(0);
91
+
92
if (simprefixes.size() == 0) {
93
LOG(ERROR) << "No simulation prefix available";
94
} else {
0 commit comments