Skip to content

Commit 67af526

Browse files
author
Sabrina Hernandez
committed
adjusted clang format
1 parent d10b8e1 commit 67af526

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
@@ -92,7 +92,7 @@ struct FlowZDCtask {
9292
ConfigurableAxis axisFT0CAmp{"axisFT0CAmp", {60000, 0, 60000}, "axisFT0CAmp"};
9393

9494
Filter collisionFilter = nabs(aod::collision::posZ) < cfgCutVertex;
95-
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);
95+
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);
9696
Partition<aodTracks> tracksIUWithTPC = (aod::track::tpcNClsFindable > (uint8_t)0);
9797

9898
TComplex qTPC; // init q TPC
@@ -131,7 +131,7 @@ struct FlowZDCtask {
131131

132132
const AxisSpec axisPt{nBinsPt, 0, 10, "p_{T} (GeV/c)"};
133133
const AxisSpec axisCounter{1, 0, +1, ""};
134-
const AxisSpec axisPhi{100, 0, 2 * o2::constants::math::PI, "#phi"};
134+
const AxisSpec axisPhi{100, 0, o2::constants::math::TwoPIPI, "#phi"};
135135
const AxisSpec axisQ{100, -1, 1, "Q"};
136136
const AxisSpec axisZNA{100, 0, 200, "energy"};
137137
const AxisSpec axisQZNA{100, -1, 1, "Q"};

0 commit comments

Comments
 (0)