File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ struct UpcRhoAnalysis {
546546 rQC.fill (HIST (" QC/tracks/hKaPIDRadius" ), std::sqrt (radiusKa));
547547 if (rejectLowerProbPairs)
548548 return ((radiusPi < std::pow (tracksTpcNSigmaPiCut, 2 )) && (radiusPi < radiusEl) && (radiusPi < radiusKa));
549- else
549+ else
550550 return radiusPi < std::pow (tracksTpcNSigmaPiCut, 2 );
551551 }
552552
@@ -642,7 +642,7 @@ struct UpcRhoAnalysis {
642642 {
643643 // check if the collision run number is contained within the selectedRuns vector
644644 if (selectRuns && getRunIndex (collision.runNumber (), selectedRuns) == 0 )
645- return ;
645+ return ;
646646 int runIndex = getRunIndex (collision.runNumber (), runNumbers);
647647
648648 fillCollisionQcHistos<0 >(collision); // fill QC histograms before cuts
@@ -869,7 +869,7 @@ struct UpcRhoAnalysis {
869869 }
870870 if (mcParticle.has_daughters ()) {
871871 rMC.fill (HIST (" MC/tracks/all/hMotherPdgCode" ), mcParticle.pdgCode ());
872- if (mcParticle.pdgCode () != kRho770_0 )
872+ if (mcParticle.pdgCode () != kRho770_0 )
873873 continue ; // consider only rho0s
874874 for (const auto & daughter : mcParticle.template daughters_as <T>()) {
875875 if (!daughter.isPhysicalPrimary () || std::abs (daughter.pdgCode ()) != kPiPlus )
You can’t perform that action at this time.
0 commit comments