]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
patch
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Jul 2011 07:54:14 +0000 (07:54 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Jul 2011 07:54:14 +0000 (07:54 +0000)
PWG2/FLOW/AliFlowTasks/AliFlowTrackCuts.cxx

index 383c6cfd744738bf1bddba39396d830ade3f2b1c..81af9f7e38be7bb20f916b64fa91ba03caba30eb 100644 (file)
@@ -645,15 +645,20 @@ Bool_t AliFlowTrackCuts::PassesCuts(AliVParticle* vparticle)
       switch (TMath::Abs(pdgcodeFirstMother))
       {
         case 3122: //lambda
-          pdgFirstMother = 0.5; break;
+          pdgFirstMother = 0.5;
+          break;
         case 3222: case 3212: case 3112: //sigma+ sigma0 sigma-
-          pdgFirstMother = 1.5; break;
+          pdgFirstMother = 1.5;
+          break;
         case 3322: case 3312: //xi0 xi+
           pdgFirstMother = 2.5;
+          break;
         case 3332: //omega-
           pdgFirstMother = 3.5;
+          break;
         default:
-          pdgFirstMother = 1e10; break;
+          pdgFirstMother = 1e10;
+          break;
       }
       pdgFirstMother = TMath::Sign(pdgFirstMother,static_cast<Float_t>(pdgcodeFirstMother));