Skip to content

Commit 78c22c2

Browse files
committed
Please consider the following formatting changes
1 parent 6a8b2f4 commit 78c22c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ struct FlowZdcTask {
118118
ConfigurableAxis multHistBin{"multHistBin", {501, -0.5, 500.5}, ""};
119119
ConfigurableAxis axisCent{"axisCent", {10, 0, 100}, "axisCent"};
120120

121-
122121
Filter collisionFilter = nabs(aod::collision::posZ) < cfgCutVertex;
123122
Filter trackFilter = (nabs(aod::track::eta) < cfgCutEta) && (aod::track::pt > cfgCutPtMin) && (aod::track::pt < cfgCutPtMax) && ((requireGlobalTrackInFilter()) || (aod::track::isGlobalTrackSDD == (uint8_t) true)) && (aod::track::tpcChi2NCl < cfgCutChi2prTPCcls) && (nabs(aod::track::dcaZ) < cfgCutDCAz) && (nabs(aod::track::dcaXY) < cfgCutDCAxy);
124123
using ColEvSels = soa::Join<aod::Collisions, aod::EvSels>;
@@ -541,4 +540,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
541540
{
542541
return WorkflowSpec{
543542
adaptAnalysisTask<FlowZdcTask>(cfgc)};
544-
}
543+
}
544+

0 commit comments

Comments
 (0)