Skip to content

Commit 3720e56

Browse files
authored
Merge pull request #24 from alibuild/alibot-cleanup-15493
Please consider the following formatting changes to #15493
2 parents bac70b9 + 9c7659d commit 3720e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGfwV02.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ struct FlowGfwV02 {
929929
AcceptedTracks acceptedTracks{0, 0, 0, 0};
930930
for (const auto& track : tracks) {
931931
processTrack(track, vtxz, xaxis.multiplicity, run, acceptedTracks);
932-
if (track.eta() > -0.4 && track.eta() < 0.4)
932+
if (track.eta() > -0.4 && track.eta() < 0.4)
933933
pidStates.hPtMid[PidCharged]->Fill(track.pt(), getEfficiency(track));
934934
// If PID is identified, fill pt spectrum for the corresponding particle
935935
int pidInd = getNsigmaPID(track);

0 commit comments

Comments
 (0)