Skip to content

Commit 0dc69cf

Browse files
Formatting Ds task and selector
1 parent 347bb16 commit 0dc69cf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

PWGHF/Core/HFSelectorCuts.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ constexpr double cuts[npTBins][nCutVars] = {{0.2, 0.3, 0.3, 0.02, 4., 0.92, 0.92
362362
{0.2, 0.3, 0.3, 0.03, 4., 0.90, 0.90, 0.03, 0.010, 0.00, 0.12}, /* 8 < pT < 12 */
363363
{0.2, 0.3, 0.3, 0.05, 4., 0.85, 0.85, 0.03, 0.015, 0.00, 0.12}}; /* 12 < pT < 16 */
364364

365-
366365
// row labels
367366
static const std::vector<std::string> pTBinLabels = {
368367
"pT bin 0",

PWGHF/Tasks/taskDs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct TaskDs {
4343
{"hPtProng1", "3-prong candidates;prong 1 #it{p}_{T} (GeV/#it{c});entries", {HistType::kTH1F, {{100, 0., 10.}}}},
4444
{"hPtProng2", "3-prong candidates;prong 2 #it{p}_{T} (GeV/#it{c});entries", {HistType::kTH1F, {{100, 0., 10.}}}}}};
4545

46-
Configurable<int> d_selectionFlagDs {"d_selectionFlagDs", 1, "Selection Flag for Ds"};
46+
Configurable<int> d_selectionFlagDs{"d_selectionFlagDs", 1, "Selection Flag for Ds"};
4747
Configurable<double> cutYCandMax{"cutYCandMax", -1., "max. cand. rapidity"};
4848
Configurable<std::vector<double>> bins{"pTBins", std::vector<double>{hf_cuts_ds_topikk::pTBins_v}, "pT bin limits"};
4949

0 commit comments

Comments
 (0)