You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable<std::vector<double>> BinsPtPiPiFromDplus{"BinsPtPiPiFromDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for pipi pairs from D+ decays"};
242
-
Configurable<std::vector<double>> BinsPtKaKaFromDsOrDplus{"BinsPtKaKaFromDsOrDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for KK pairs from Ds or D+ decays"};
243
-
Configurable<std::vector<double>> BinsPtDzeroFromDstar{"BinsPtDzeroFromDstar", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for Kpi pairs from D0 <- D*+ decays"};
244
-
Configurable<std::vector<double>> BinsPtDzeroKaKaFromDstar{"BinsPtDzeroKaKaFromDstar", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for KK pairs from D0 <- D*+ decays"};
241
+
Configurable<std::vector<double>> binsPtPiPiFromDplus{"binsPtPiPiFromDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for pipi pairs from D+ decays"};
242
+
Configurable<std::vector<double>> binsPtKaKaFromDsOrDplus{"binsPtKaKaFromDsOrDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for KK pairs from Ds or D+ decays"};
243
+
Configurable<std::vector<double>> binsPtDzeroFromDstar{"binsPtDzeroFromDstar", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for Kpi pairs from D0 <- D*+ decays"};
244
+
Configurable<std::vector<double>> binsPtDzeroKaKaFromDstar{"binsPtDzeroKaKaFromDstar", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for KK pairs from D0 <- D*+ decays"};
245
245
246
246
Configurable<LabeledArray<double>> cutsPiPiFromDplus{"cutsPiPiFromDplus", {aod::tagandprobe::Cuts[0], aod::tagandprobe::NBinsPt, aod::tagandprobe::NCutVars, aod::tagandprobe::labelsEmpty, aod::tagandprobe::labelsCutVar}, "Selections for pipi pairs from D+ decays"};
247
247
Configurable<LabeledArray<double>> cutsKaKaFromDsOrDplus{"cutsKaKaFromDsOrDplus", {aod::tagandprobe::Cuts[0], aod::tagandprobe::NBinsPt, aod::tagandprobe::NCutVars, aod::tagandprobe::labelsEmpty, aod::tagandprobe::labelsCutVar}, "Selections for KK pairs from Ds or D+ decays"};
Configurable<bool> applyMlKaKaFromDsOrDplus{"applyMlKaKaFromDsOrDplus", false, "Flag to enable ML application for KK pairs from Ds or D+ decays"};
1186
1186
Configurable<bool> applyMlDzeroFromDstar{"applyMlDzeroFromDstar", false, "Flag to enable ML application for Kpi pairs from D0 <- D*+ decays"};
1187
1187
// pt bins
1188
-
Configurable<std::vector<double>> BinsPtPiPiFromDplus{"BinsPtPiPiFromDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for pipi pairs from D+ decays"};
1189
-
Configurable<std::vector<double>> BinsPtKaKaFromDsOrDplus{"BinsPtKaKaFromDsOrDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for KK pairs from Ds or D+ decays"};
1190
-
Configurable<std::vector<double>> BinsPtDzeroFromDstar{"BinsPtDzeroFromDstar", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for Kpi pairs from D0 <- D*+ decays"};
1188
+
Configurable<std::vector<double>> binsPtPiPiFromDplus{"binsPtPiPiFromDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for pipi pairs from D+ decays"};
1189
+
Configurable<std::vector<double>> binsPtKaKaFromDsOrDplus{"binsPtKaKaFromDsOrDplus", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for KK pairs from Ds or D+ decays"};
1190
+
Configurable<std::vector<double>> binsPtDzeroFromDstar{"binsPtDzeroFromDstar", std::vector<double>{aod::tagandprobe::VecBinsPt}, "pT bin limits for Kpi pairs from D0 <- D*+ decays"};
1191
1191
// ML cuts
1192
1192
Configurable<LabeledArray<double>> mlCutsPiPiFromDplus{"mlCutsPiPiFromDplus", {aod::tagandprobe::MlCuts[0], aod::tagandprobe::NBinsPt, 3, aod::tagandprobe::labelsEmpty, aod::tagandprobe::labelsMlScores}, "ML Selections for pipi pairs from D+ decays"};
1193
1193
Configurable<LabeledArray<double>> mlCutsKaKaFromDsOrDplus{"mlCutsKaKaFromDsOrDplus", {aod::tagandprobe::MlCuts[0], aod::tagandprobe::NBinsPt, 3, aod::tagandprobe::labelsEmpty, aod::tagandprobe::labelsMlScores}, "ML Selections for KK pairs from Ds or D+ decays"};
0 commit comments