Skip to content

Commit f4f8d6f

Browse files
ginnocenGian Michele Innocenti
andauthored
fix name (#6377)
Co-authored-by: Gian Michele Innocenti <ginnocen@alicecerno2.cern.ch>
1 parent b2cae9b commit f4f8d6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Analysis/Tasks/PWGHF/HFJpsiCandidateSelector.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct HFJpsiCandidateSelector {
107107
Configurable<double> d_pidRICHMinpT{"d_pidRICHMinpT", 0.15, "Lower bound of track pT for RICH PID"};
108108
Configurable<double> d_pidRICHMaxpT{"d_pidRICHMaxpT", 10., "Upper bound of track pT for RICH PID"};
109109
Configurable<double> d_nSigmaRICH{"d_nSigmaRICH", 3., "Nsigma cut on RICH only"};
110-
Configurable<double> nSigmaRICHCombinedTOF{"nSigmaRICHCombinedTOF", 5., "Nsigma cut on RICH combined with TOF"};
110+
Configurable<double> d_nSigmaRICHCombinedTOF{"d_nSigmaRICHCombinedTOF", 5., "Nsigma cut on RICH combined with TOF"};
111111
// topological cuts
112112
Configurable<std::vector<double>> pTBins{"pTBins", std::vector<double>{hf_cuts_jpsi_toee::pTBins_v}, "pT bin limits"};
113113
Configurable<LabeledArray<double>> cuts{"Jpsi_to_ee_cuts", {hf_cuts_jpsi_toee::cuts[0], npTBins, nCutVars, pTBinLabels, cutVarLabels}, "Jpsi candidate selection per pT bin"};
@@ -179,7 +179,7 @@ struct HFJpsiCandidateSelector {
179179
selectorElectron.setRangeNSigmaTOFCondTPC(-d_nSigmaTOFCombined, d_nSigmaTOFCombined);
180180
selectorElectron.setRangePtRICH(d_pidRICHMinpT, d_pidRICHMaxpT);
181181
selectorElectron.setRangeNSigmaRICH(-d_nSigmaRICH, d_nSigmaRICH);
182-
selectorElectron.setRangeNSigmaRICHCondTOF(-nSigmaRICHCombinedTOF, nSigmaRICHCombinedTOF);
182+
selectorElectron.setRangeNSigmaRICHCondTOF(-d_nSigmaRICHCombinedTOF, d_nSigmaRICHCombinedTOF);
183183

184184
TrackSelectorPID selectorMuon(kMuonMinus);
185185

0 commit comments

Comments
 (0)