Skip to content

Commit 30f2399

Browse files
authored
PWGCF: Fix compilation warnings (#5762)
1 parent c8fcbd1 commit 30f2399

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,9 @@ void InsanityChecks()
638638
}
639639

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

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

0 commit comments

Comments
 (0)