Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ void InsanityChecks()
}

// *) Seed for random number generator must be non-negative integer:
if (tc.fRandomSeed < 0) {
LOGF(fatal, "in function \033[1;31m%s at line %d\033[0m", __PRETTY_FUNCTION__, __LINE__);
}
// if (tc.fRandomSeed < 0) {
// LOGF(fatal, "in function \033[1;31m%s at line %d\033[0m", __PRETTY_FUNCTION__, __LINE__);
// }

// *) Insanity checks on event cuts:
if (tc.fProcessRec_Run2 || tc.fProcessRec_Run1) { // From documentation: Bypass this check if you analyse MC or continuous Run3 data.
Expand Down