Skip to content

Commit e693b41

Browse files
committed
change the namespace for lightnuclei
1 parent b08f91b commit e693b41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PWGHF/Core/SelectorCuts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static const std::vector<std::string> labelsCutsPid = {"minPtTpc", "maxPtTpc", "
7979
static const std::vector<std::string> labelsRowsPid = {"ProtonInLcToPKPi", "ProtonInXicToPKPi", "ProtonInLcToPK0S", "KaonIn3Prongs", "DeuteronInCdToDeKPi", "TritonInCtToTrKPi", "HeliumInChToHeKPi"};
8080
} // namespace hf_presel_pid
8181

82-
namespace hf_presel_charmnuclei
82+
namespace hf_presel_lightnuclei
8383
{
8484

8585
// default values for the track cuts for lightnuclei in the track-index-skim-creator
@@ -89,7 +89,7 @@ constexpr float CutsTrackQuality[3][9] = {{-4, 3, 5., 0., 100, 100, 0.83, 160.,
8989
static const std::vector<std::string> labelsCutsTrack = {"nSigmaMinIts", "minItsClusterSizes", "minItsCluster", "minItsIbCluster", "minTpcCluster", "minTpcRow", "minTpcCrossedOverFound", "maxTpcShared", "maxTpcFracShared"};
9090
static const std::vector<std::string> labelsRowsNucleiType = {"Deutron", "Triton", "Helium3"};
9191

92-
} // namespace hf_presel_charmnuclei
92+
} // namespace hf_presel_lightnuclei
9393

9494
namespace hf_cuts_bdt_multiclass
9595
{

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ struct HfTrackIndexSkimCreator {
12871287
Configurable<LabeledArray<double>> cutsDstarToD0Pi{"cutsDstarToD0Pi", {hf_cuts_presel_dstar::Cuts[0], hf_cuts_presel_dstar::NBinsPt, hf_cuts_presel_dstar::NCutVars, hf_cuts_presel_dstar::labelsPt, hf_cuts_presel_dstar::labelsCutVar}, "D*+->D0pi selections per pT bin"};
12881288

12891289
// CharmNuclei track selection
1290-
Configurable<LabeledArray<float>> selectionsLightNuclei{"selectionsLightNuclei", {hf_presel_charmnuclei::CutsTrackQuality[0], 3, 9, hf_presel_charmnuclei::labelsRowsNucleiType, hf_presel_charmnuclei::labelsCutsTrack}, "nuclei track selections for deuteron / triton / helium applied if proper process function enabled"};
1290+
Configurable<LabeledArray<float>> selectionsLightNuclei{"selectionsLightNuclei", {hf_presel_lightnuclei::CutsTrackQuality[0], 3, 9, hf_presel_lightnuclei::labelsRowsNucleiType, hf_presel_lightnuclei::labelsCutsTrack}, "nuclei track selections for deuteron / triton / helium applied if proper process function enabled"};
12911291

12921292
// proton PID selections for Lc and Xic
12931293
Configurable<bool> applyProtonPidForLcToPKPi{"applyProtonPidForLcToPKPi", false, "Apply proton PID for Lc->pKpi"};

0 commit comments

Comments
 (0)