File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ struct NucleitpcPbPb {
336336 fillhmass (track, i);
337337 if (cfgRequirebetaplot) {
338338 histos.fill (HIST (" Tofsignal" ), getRigidity (track) * track.sign (), o2::pid::tof::Beta::GetBeta (track));
339- }
340- filldedx (track, nParticles);
339+ }
340+ filldedx (track, nParticles);
341341 }
342342 histos.fill (HIST (" histeta" ), track.eta ());
343343 } // track loop
@@ -547,7 +547,7 @@ struct NucleitpcPbPb {
547547 int antitriton = 6 ;
548548 if (pidGuess == antitriton) {
549549 ptReco = ptReco - 0.464215 + 0.195771 * ptReco - 0.0183111 * ptReco * ptReco;
550- // LOG(info) << "we have he3" << pidGuess;
550+ // LOG(info) << "we have he3" << pidGuess;
551551 }
552552 }
553553 float ptGen = matchedMCParticle.pt ();
@@ -568,7 +568,7 @@ struct NucleitpcPbPb {
568568 histomc.fill (HIST (" histPtRecoHe4" ), ptReco);
569569 } else if (pdg == -particlePdgCodes.at (5 )) {
570570 histomc.fill (HIST (" histPtRecoAntiHe4" ), ptReco);
571- }
571+ }
572572 }
573573 histos.fill (HIST (" histeta" ), track.eta ());
574574 /* ----------------------------------------------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments