From cb0d53bedca01d5818b78097e56ce8675faeefdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Mon, 22 Apr 2024 11:05:21 +0200 Subject: [PATCH] PWGCF: Fix compilation warnings --- PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h b/PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h index 13b79930b6e..fcce28e31ca 100644 --- a/PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h +++ b/PWGCF/MultiparticleCorrelations/Core/MuPa-MemberFunctions.h @@ -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.