We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf96f5 commit 5bc95c7Copy full SHA for 5bc95c7
1 file changed
PWGCF/Flow/Tasks/flowGfwTask.cxx
@@ -966,9 +966,9 @@ struct FlowGfwTask {
966
for (const auto& amplitude : foundBC.ft0().amplitudeC()) {
967
ft0cAmp += amplitude;
968
}
969
- } else {
970
- ft0aAmp = ft0cAmp = -999;
971
- }
+ } else {
+ ft0aAmp = ft0cAmp = -999;
+ }
972
973
registry.fill(HIST("FT0AAmp"), ft0aAmp);
974
registry.fill(HIST("FT0CAmp"), ft0cAmp);
0 commit comments