We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac488 commit 84cbe34Copy full SHA for 84cbe34
1 file changed
Common/Tasks/multiplicityDerivedQa.cxx
@@ -59,7 +59,7 @@ struct MultiplicityDerivedQa {
59
// parameters:
60
// --- maxFT0C -> max FT0C value for which this cut will be applied. Nothing done if maxFT0C < 0.0f
61
// --- A, B, C -> A*<variable> + B*FT0C + C > 0, arbitrary linear selection
62
- static constexpr float default2dCuts[1][2] = {{-1., -1., -1., -1.}};
+ static constexpr float default2dCuts[1][4] = {{-1., -1., -1., -1.}};
63
Configurable<LabeledArray<float>> selZNA{"selZNA", {default2dCuts[0], 4, {"maxFT0C", "A", "B", "C"}}, "selZNA"};
64
Configurable<LabeledArray<float>> selZNC{"selZNC", {default2dCuts[0], 4, {"maxFT0C", "A", "B", "C"}}, "selZNC"};
65
Configurable<LabeledArray<float>> selZPA{"selZPA", {default2dCuts[0], 4, {"maxFT0C", "A", "B", "C"}}, "selZPA"};
0 commit comments