|
12 | 12 | /// \file rho770analysis.cxx |
13 | 13 | /// \brief rho(770)0 analysis in pp 13 & 13.6 TeV |
14 | 14 | /// \author Hyunji Lim ([email protected]) |
15 | | -/// \since 05/03/2026 |
| 15 | +/// \since 10/03/2026 |
16 | 16 |
|
17 | 17 | #include "PWGLF/DataModel/LFResonanceTables.h" |
18 | 18 | #include "PWGLF/DataModel/mcCentrality.h" |
@@ -90,7 +90,7 @@ struct rho770analysis { |
90 | 90 | Configurable<bool> cfgUseITSRefit{"cfgUseITSRefit", false, "Require ITS Refit"}; |
91 | 91 | Configurable<bool> cfgHasTOF{"cfgHasTOF", false, "Require TOF"}; |
92 | 92 | 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 "}; |
94 | 94 |
|
95 | 95 | // PID |
96 | 96 | Configurable<double> cMaxTOFnSigmaPion{"cMaxTOFnSigmaPion", 3.0, "TOF nSigma cut for Pion"}; // TOF |
@@ -412,8 +412,6 @@ struct rho770analysis { |
412 | 412 | for (const auto& part : resoParents) { // loop over all pre-filtered MC particles |
413 | 413 | if (std::abs(part.pdgCode()) != kRho770_0) |
414 | 414 | continue; |
415 | | - if (!part.isPhysicalPrimary()) |
416 | | - continue; |
417 | 415 | if (!part.producedByGenerator()) |
418 | 416 | continue; |
419 | 417 | if (part.y() < cfgMinRap || part.y() > cfgMaxRap) |
|
0 commit comments