]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
only excluding the same resonances as we try to do for data (MW) = rho0,rho+-,K0...
authormiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 May 2013 13:30:48 +0000 (13:30 +0000)
committermiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 May 2013 13:30:48 +0000 (13:30 +0000)
PWGCF/EBYE/BalanceFunctions/AliAnalysisTaskBFPsi.cxx

index f6c1621ed872f111ff6bb9b63fd61291b0febe41..4f88e0cca7d57f0a503d4a0113f7f2a624c81ddb 100755 (executable)
@@ -1245,13 +1245,14 @@ TObjArray* AliAnalysisTaskBFPsi::GetAcceptedTracks(AliVEvent *event, Double_t gC
            //if(pdgCodeOfMother == 113) {\r
            if(pdgCodeOfMother == 113  // rho0\r
               || pdgCodeOfMother == 213 || pdgCodeOfMother == -213 // rho+\r
-              || pdgCodeOfMother == 221  // eta\r
-              || pdgCodeOfMother == 331  // eta'\r
-              || pdgCodeOfMother == 223  // omega\r
-              || pdgCodeOfMother == 333  // phi\r
+              // || pdgCodeOfMother == 221  // eta\r
+              // || pdgCodeOfMother == 331  // eta'\r
+              // || pdgCodeOfMother == 223  // omega\r
+              // || pdgCodeOfMother == 333  // phi\r
               || pdgCodeOfMother == 311  || pdgCodeOfMother == -311 // K0\r
-              || pdgCodeOfMother == 313  || pdgCodeOfMother == -313 // K0*\r
-              || pdgCodeOfMother == 323  || pdgCodeOfMother == -323 // K+*\r
+              // || pdgCodeOfMother == 313  || pdgCodeOfMother == -313 // K0*\r
+              // || pdgCodeOfMother == 323  || pdgCodeOfMother == -323 // K+*\r
+              || pdgCodeOfMother == 3122 || pdgCodeOfMother == -3122 // Lambda\r
               || pdgCodeOfMother == 111  // pi0 Dalitz\r
               ) {\r
              kExcludeParticle = kTRUE;\r
@@ -1539,13 +1540,14 @@ TObjArray* AliAnalysisTaskBFPsi::GetAcceptedTracks(AliVEvent *event, Double_t gC
                //if((pdgCodeOfMother == 113)||(pdgCodeOfMother == 213)||(pdgCodeOfMother == 221)||(pdgCodeOfMother == 223)||(pdgCodeOfMother == 331)||(pdgCodeOfMother == 333)) {\r
                if(pdgCodeOfMother == 113  // rho0\r
                   || pdgCodeOfMother == 213 || pdgCodeOfMother == -213 // rho+\r
-                  || pdgCodeOfMother == 221  // eta\r
-                  || pdgCodeOfMother == 331  // eta'\r
-                  || pdgCodeOfMother == 223  // omega\r
-                  || pdgCodeOfMother == 333  // phi\r
+                  // || pdgCodeOfMother == 221  // eta\r
+                  // || pdgCodeOfMother == 331  // eta'\r
+                  // || pdgCodeOfMother == 223  // omega\r
+                  // || pdgCodeOfMother == 333  // phi\r
                   || pdgCodeOfMother == 311  || pdgCodeOfMother == -311 // K0\r
-                  || pdgCodeOfMother == 313  || pdgCodeOfMother == -313 // K0*\r
-                  || pdgCodeOfMother == 323  || pdgCodeOfMother == -323 // K+*\r
+                  // || pdgCodeOfMother == 313  || pdgCodeOfMother == -313 // K0*\r
+                  // || pdgCodeOfMother == 323  || pdgCodeOfMother == -323 // K+*\r
+                  || pdgCodeOfMother == 3122 || pdgCodeOfMother == -3122 // Lambda\r
                   || pdgCodeOfMother == 111  // pi0 Dalitz\r
                   ) {\r
                  kExcludeParticle = kTRUE;\r