Skip to content

Commit 84cbe34

Browse files
authored
Fix typo
1 parent 88ac488 commit 84cbe34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tasks/multiplicityDerivedQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct MultiplicityDerivedQa {
5959
// parameters:
6060
// --- maxFT0C -> max FT0C value for which this cut will be applied. Nothing done if maxFT0C < 0.0f
6161
// --- A, B, C -> A*<variable> + B*FT0C + C > 0, arbitrary linear selection
62-
static constexpr float default2dCuts[1][2] = {{-1., -1., -1., -1.}};
62+
static constexpr float default2dCuts[1][4] = {{-1., -1., -1., -1.}};
6363
Configurable<LabeledArray<float>> selZNA{"selZNA", {default2dCuts[0], 4, {"maxFT0C", "A", "B", "C"}}, "selZNA"};
6464
Configurable<LabeledArray<float>> selZNC{"selZNC", {default2dCuts[0], 4, {"maxFT0C", "A", "B", "C"}}, "selZNC"};
6565
Configurable<LabeledArray<float>> selZPA{"selZPA", {default2dCuts[0], 4, {"maxFT0C", "A", "B", "C"}}, "selZPA"};

0 commit comments

Comments
 (0)