We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ca911 commit 725819bCopy full SHA for 725819b
PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx
@@ -1633,8 +1633,9 @@ struct FlowDecorrelation {
1633
if (!cfgMcTrue.cfgUseFt0cStructure) {
1634
if (std::abs(track1.eta()) < 0.9)
1635
continue;
1636
- } else if (!ft0cCollisionCourse(track1.eta(), track1.phi(), posZ))
+ } else if (!ft0cCollisionCourse(track1.eta(), track1.phi(), posZ)) {
1637
1638
+ }
1639
1640
if (step >= CorrelationContainer::kCFStepTrackedOnlyPrim && !track1.isPhysicalPrimary())
1641
0 commit comments