]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reverting wrong commit related to QA
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Jun 2009 08:36:37 +0000 (08:36 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Jun 2009 08:36:37 +0000 (08:36 +0000)
STEER/AliRecoParam.cxx

index 2859297320ea1218b758d0ce8fdc75c1f377177f..cc0dba90fb4c8caa555d278b6838ed0d79d79fb6 100644 (file)
@@ -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) ||