Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzhiyongg committed Sep 4, 2024
1 parent dfaf8a8 commit 001c66c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PWGCF/Flow/Tasks/FlowTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ struct FlowTask {
Magnetfield = getMagneticField(bc.timestamp());
}
float independent = cent;
if (cfgUseNch) independent = static_cast<float>(tracks.size());
if (cfgUseNch)
independent = static_cast<float>(tracks.size());

for (auto& track : tracks) {
if (track.tpcNClsFound() < cfgCutTPCclu)
Expand Down

0 comments on commit 001c66c

Please sign in to comment.