From 52fc52f0cb1e8e9ab6952bab0596d4701404ef31 Mon Sep 17 00:00:00 2001 From: cvetan Date: Wed, 24 Jun 2009 08:36:37 +0000 Subject: [PATCH] Reverting wrong commit related to QA --- STEER/AliRecoParam.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/STEER/AliRecoParam.cxx b/STEER/AliRecoParam.cxx index 2859297320e..cc0dba90fb4 100644 --- a/STEER/AliRecoParam.cxx +++ b/STEER/AliRecoParam.cxx @@ -204,14 +204,13 @@ void AliRecoParam::SetEventSpecie(const AliRunInfo *runInfo, const AliEventInfo if (strcmp(runInfo->GetLHCState(),"STABLE_BEAMS") == 0) { // In case of stable beams -// if ((strcmp(runInfo->GetBeamType(),"A-A") == 0) || -// (strcmp(runInfo->GetBeamType(),"A-") == 0) || -// (strcmp(runInfo->GetBeamType(),"-A") == 0)) { + if ((strcmp(runInfo->GetBeamType(),"A-A") == 0) || + (strcmp(runInfo->GetBeamType(),"A-") == 0) || + (strcmp(runInfo->GetBeamType(),"-A") == 0)) { // Heavy ion run (any beam tha is not pp, the event specie is set to kHighMult fEventSpecie = kHighMult; -// } -// else - if ((strcmp(runInfo->GetBeamType(),"p-p") == 0) || + } + else if ((strcmp(runInfo->GetBeamType(),"p-p") == 0) || (strcmp(runInfo->GetBeamType(),"p-") == 0) || (strcmp(runInfo->GetBeamType(),"-p") == 0) || (strcmp(runInfo->GetBeamType(),"P-P") == 0) || -- 2.43.0