|
12 | 12 | /// \file rho770analysis.cxx |
13 | 13 | /// \brief rho(770)0 analysis in pp 13 & 13.6 TeV |
14 | 14 | /// \author Hyunji Lim (hyunji.lim@cern.ch) |
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" |
@@ -88,7 +88,7 @@ struct rho770analysis { |
88 | 88 | Configurable<bool> cfgUseITSRefit{"cfgUseITSRefit", false, "Require ITS Refit"}; |
89 | 89 | Configurable<bool> cfgHasTOF{"cfgHasTOF", false, "Require TOF"}; |
90 | 90 | 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 "}; |
92 | 92 |
|
93 | 93 | // PID |
94 | 94 | Configurable<double> cMaxTOFnSigmaPion{"cMaxTOFnSigmaPion", 3.0, "TOF nSigma cut for Pion"}; // TOF |
@@ -410,8 +410,6 @@ struct rho770analysis { |
410 | 410 | for (const auto& part : resoParents) { // loop over all pre-filtered MC particles |
411 | 411 | if (std::abs(part.pdgCode()) != kRho770_0) |
412 | 412 | continue; |
413 | | - if (!part.isPhysicalPrimary()) |
414 | | - continue; |
415 | 413 | if (!part.producedByGenerator()) |
416 | 414 | continue; |
417 | 415 | if (part.y() < cfgMinRap || part.y() > cfgMaxRap) |
|
0 commit comments