File tree Expand file tree Collapse file tree
MC/config/PWGDQ/ini/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ int External() {
7575 // check for parent-child relations
7676 auto pdg0 = child0 -> GetPdgCode ();
7777 auto pdg1 = child1 -> GetPdgCode ();
78- std ::cout << "First and last children of parent " << checkPdgSignal << " are PDG0: " << pdg0 << " PDG1: " << pdg1 << "\n" ;
78+ // std::cout << "First and last children of parent " << checkPdgSignal << " are PDG0: " << pdg0 << " PDG1: " << pdg1 << "\n";
79+ if (pdg == checkPdgSignal [0 ]) std ::cout << "First and last children of parent Jpsi are PDG0: " << pdg0 << " PDG1: " << pdg1 << "\n" ;
80+ if (pdg == checkPdgSignal [1 ]) std ::cout << "First and last children of parent Psi(2S) are PDG0: " << pdg0 << " PDG1: " << pdg1 << "\n" ;
7981 if (std ::abs (pdg0 ) == checkPdgDecay && std ::abs (pdg1 ) == checkPdgDecay && pdg0 == - pdg1 ) {
8082 nLeptonPairs ++ ;
8183 if (child0 -> getToBeDone () && child1 -> getToBeDone ()) {
You can’t perform that action at this time.
0 commit comments