File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1909,7 +1909,7 @@ struct tofSpectra {
19091909 if (enablePureDCAHistogram) {
19101910 const auto & nsigmaTPCKa = o2::aod::pidutils::tpcNSigma<3 >(track);
19111911 const auto & nsigmaTOFKa = o2::aod::pidutils::tofNSigma<3 >(track);
1912-
1912+
19131913 // Filling DCA info with the TPC+TOF PID
19141914 bool isDCAPureSample = (std::sqrt (nsigmaTOFKa * nsigmaTOFKa + nsigmaTPCKa * nsigmaTPCKa) < 2 .f );
19151915 if (track.pt () <= 0.4 ) {
@@ -2072,7 +2072,6 @@ struct tofSpectra {
20722072 const bool isKaonTOF = std::abs (nsigmaTOFKa) < trkselOptions.cfgCutNsigma ;
20732073 const bool isProtonTOF = std::abs (nsigmaTOFPr) < trkselOptions.cfgCutNsigma ;
20742074
2075-
20762075 if (!mcParticle.isPhysicalPrimary ()) { // Is not physical primary
20772076 if (mcParticle.getProcess () == 4 ) { // Is from decay
20782077 if (includeCentralityMC) {
You can’t perform that action at this time.
0 commit comments