]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
also resetting the logic for cosmics
authorrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Nov 2011 16:15:16 +0000 (16:15 +0000)
committerrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Nov 2011 16:15:16 +0000 (16:15 +0000)
STEER/STEER/AliRecoParam.cxx

index bb5996f16e8d4b2abc12a47f76a754cd2d170aae..10f38705927fc3e266bd8d0993c90381b5794978 100644 (file)
@@ -229,7 +229,8 @@ void AliRecoParam::SetEventSpecie(const AliRunInfo *runInfo, const AliEventInfo
             // Heavy ion run (any beam that is not pp, the event specie is set to kHighMult
             fEventSpecie = kHighMult;
        }
             // Heavy ion run (any beam that is not pp, the event specie is set to kHighMult
             fEventSpecie = kHighMult;
        }
-    }else if(beamType==TString("-")){
+    }
+    if(beamType==TString("-")){
        // No beams, we assume cosmic data
        fEventSpecie = kCosmic;
     }
        // No beams, we assume cosmic data
        fEventSpecie = kCosmic;
     }