Skip to content

Commit 68434b4

Browse files
authored
[PWGLF] Remove isPhysicalPrimary tag (#15324)
1 parent a11e182 commit 68434b4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PWGLF/Tasks/Resonances/rho770analysis.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/// \file rho770analysis.cxx
1313
/// \brief rho(770)0 analysis in pp 13 & 13.6 TeV
1414
/// \author Hyunji Lim ([email protected])
15-
/// \since 05/03/2026
15+
/// \since 10/03/2026
1616

1717
#include "PWGLF/DataModel/LFResonanceTables.h"
1818
#include "PWGLF/DataModel/mcCentrality.h"
@@ -90,7 +90,7 @@ struct rho770analysis {
9090
Configurable<bool> cfgUseITSRefit{"cfgUseITSRefit", false, "Require ITS Refit"};
9191
Configurable<bool> cfgHasTOF{"cfgHasTOF", false, "Require TOF"};
9292
Configurable<int> cfgTPCcluster{"cfgTPCcluster", 1, "Number of TPC cluster"};
93-
Configurable<int> cfgTPCRows{"cfgTPCRows", 70, "Minimum Number of TPC Crossed Rows "};
93+
Configurable<int> cfgTPCRows{"cfgTPCRows", 80, "Minimum Number of TPC Crossed Rows "};
9494

9595
// PID
9696
Configurable<double> cMaxTOFnSigmaPion{"cMaxTOFnSigmaPion", 3.0, "TOF nSigma cut for Pion"}; // TOF
@@ -412,8 +412,6 @@ struct rho770analysis {
412412
for (const auto& part : resoParents) { // loop over all pre-filtered MC particles
413413
if (std::abs(part.pdgCode()) != kRho770_0)
414414
continue;
415-
if (!part.isPhysicalPrimary())
416-
continue;
417415
if (!part.producedByGenerator())
418416
continue;
419417
if (part.y() < cfgMinRap || part.y() > cfgMaxRap)

0 commit comments

Comments
 (0)