We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e22f4b4 + 059d786 commit a7475e7Copy full SHA for a7475e7
1 file changed
Common/Tasks/qVectorsCorrection.cxx
@@ -760,7 +760,7 @@ struct qVectorsCorrection {
760
{
761
histosQA.fill(HIST("histCentFull"), qVec.cent());
762
if (cfgAddEvtSel) {
763
- if (std::abs(qVec.posZ()) > 10. )
+ if (std::abs(qVec.posZ()) > 10.)
764
return;
765
switch (cfgEvtSel) {
766
case 0: // Sel8
0 commit comments