@@ -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