Skip to content

Commit 97bd5ef

Browse files
Merge pull request #51 from alibuild/alibot-cleanup-17819
Please consider the following formatting changes to #17819
2 parents fec28b0 + b11c84c commit 97bd5ef

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ constexpr int cutDir[nCutScores] = {CutSmaller, CutNot}; // CutSmaller selects v
150150
auto vecCutDir = std::vector<int>{cutDir, cutDir + nCutScores};
151151

152152
// default values for the cuts
153-
constexpr double cuts[nBinsPt][nCutScores] = {// background, signal
154-
{0., 0.9},
155-
{0., 0.9},
156-
{0., 0.9},
157-
{0., 0.9},
158-
{0., 0.9},
159-
{0., 0.9},
160-
{0., 0.9},
161-
{0., 0.9}};
153+
constexpr double cuts[nBinsPt][nCutScores] = { // background, signal
154+
{0., 0.9},
155+
{0., 0.9},
156+
{0., 0.9},
157+
{0., 0.9},
158+
{0., 0.9},
159+
{0., 0.9},
160+
{0., 0.9},
161+
{0., 0.9}};
162162

163163
// row labels
164164
static const std::vector<std::string> labelsPt = {

0 commit comments

Comments
 (0)