Skip to content

Commit dbf90f6

Browse files
committed
remove isPhysicalPrimary tag
1 parent 6cf29f8 commit dbf90f6

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 (hyunji.lim@cern.ch)
15-
/// \since 05/03/2026
15+
/// \since 10/03/2026
1616

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

9393
// PID
9494
Configurable<double> cMaxTOFnSigmaPion{"cMaxTOFnSigmaPion", 3.0, "TOF nSigma cut for Pion"}; // TOF
@@ -410,8 +410,6 @@ struct rho770analysis {
410410
for (const auto& part : resoParents) { // loop over all pre-filtered MC particles
411411
if (std::abs(part.pdgCode()) != kRho770_0)
412412
continue;
413-
if (!part.isPhysicalPrimary())
414-
continue;
415413
if (!part.producedByGenerator())
416414
continue;
417415
if (part.y() < cfgMinRap || part.y() > cfgMaxRap)

0 commit comments

Comments
 (0)