@@ -95,7 +95,7 @@ struct CoalescenceTreeProducer {
9595 Long64_t nMatterCandidatesPerEvent = 0 ; // Number of matter candidates per event
9696 Long64_t nAntimatterCandidatesPerEvent = 0 ; // Number of antimatter candidates per event
9797 Long64_t idB1 = 0 , idB2 = 0 , idB3 = 0 ; // Constituent identifiers
98- int pdgB1 = 0 , pdgB2 = 0 , pdgB3 = 0 ; // Constituent PDG codes
98+ int pdgB1 = 0 , pdgB2 = 0 , pdgB3 = 0 ; // Constituent PDG codes
9999
100100 // Constituent space-time coordinates and momentum components
101101 float xB1 = 0 .f, yB1 = 0 .f, zB1 = 0 .f, tB1 = 0 .f, pxB1 = 0 .f, pyB1 = 0 .f, pzB1 = 0 .f;
@@ -276,7 +276,7 @@ struct CoalescenceTreeProducer {
276276 if (std::abs (particle.pdgCode ()) == PDG_t::kLambda0 ) {
277277 lambdas.push_back ({particle.globalIndex (), particle.pdgCode (), particle.vx (), particle.vy (), particle.vz (), particle.vt (), particle.px (), particle.py (), particle.pz ()});
278278 }
279- }// end of loop over MC particles
279+ } // end of loop over MC particles
280280
281281 // Reject events that do not contain at least one proton, one neutron, and one lambda
282282 if (protons.empty () || neutrons.empty () || lambdas.empty ())
@@ -371,7 +371,7 @@ struct CoalescenceTreeProducer {
371371 }
372372 }
373373 }
374- }// end of loop over mc collisions
374+ } // end of loop over mc collisions
375375 }
376376 PROCESS_SWITCH (CoalescenceTreeProducer, processHypertriton, " process hypertriton" , true );
377377};
0 commit comments