We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945f47e commit ee75668Copy full SHA for ee75668
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx
@@ -1751,7 +1751,7 @@ struct FlowDecorrelation {
1751
// loop over all TPC tracks
1752
for (auto const& track2 : tracks2) {
1753
1754
- if (std::abs(track2.eta()) > 0.9)
+ if (std::abs(track2.eta()) > tpcEtaAcceptance)
1755
continue;
1756
1757
if (step >= CorrelationContainer::kCFStepTrackedOnlyPrim && !track2.isPhysicalPrimary())
0 commit comments