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.
2 parents df3b20e + 8fef9b3 commit 30ca1b2Copy full SHA for 30ca1b2
PWGCF/FemtoDream/Tasks/femtoDreamDebugTrack.cxx
@@ -115,7 +115,7 @@ struct femtoDreamDebugTrack {
115
{
116
eventHisto.fillQA<isMC>(col);
117
118
- if (ConfdoCentCut.value && (col.multV0M() > ConfCentMax || col.multV0M() < ConfCentMin)){
+ if (ConfdoCentCut.value && (col.multV0M() > ConfCentMax || col.multV0M() < ConfCentMin)) {
119
return;
120
}
121
0 commit comments