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: PWGEM/Dilepton/Core/Dilepton.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1310,9 +1310,9 @@ struct Dilepton {
1310
1310
}
1311
1311
1312
1312
std::vector<float> bootstrapweights = {};
1313
-
int randomSeed = static_cast<int>(std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count());
1314
-
TRandom3 randomNumber(randomSeed);
1315
1313
if (cfgAnalysisType == static_cast<int>(o2::aod::pwgem::dilepton::utils::pairutil::DileptonAnalysisType::kBootstrapv2)) { // bootstrapping for accepted events
1314
+
int randomSeed = static_cast<int>(std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count());
1315
+
TRandom3 randomNumber(randomSeed);
1316
1316
for (int i = 0; i < cfgNumBootstrapSamples; i++) {
0 commit comments