]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/GammaConv/AliConversionMesonCuts.cxx
Added LHC11h_pass2 calibration
[u/mrichter/AliRoot.git] / PWGGA / GammaConv / AliConversionMesonCuts.cxx
index dd15ee5f30c529cf6a809bbca8abfb051cd56514..d5996efe685ccf1f2fa1d017b9137c8ebe1ae3d7 100644 (file)
@@ -482,9 +482,11 @@ Bool_t AliConversionMesonCuts::MesonIsSelectedMCPiPlPiMiPiZero(TParticle *fMCMot
        TParticle *negPion = 0x0;
        TParticle *neutPion = 0x0;
 
+//     cout << "\n"<< fMCMother->GetPdgCode() << "\n" << endl;
        for(Int_t index= fMCMother->GetFirstDaughter();index<= fMCMother->GetLastDaughter();index++){
-
+               
                TParticle* temp = (TParticle*)fMCStack->Particle( index );
+//             cout << temp->GetPdgCode() << endl;
                switch( temp->GetPdgCode() ) {
                case 211:
                        posPion      =  temp;