Skip to content

Commit 7e484fb

Browse files
committed
remove unused variables
1 parent 699c144 commit 7e484fb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tutorials/PWGCF/EventPlane/src/spectatorPlaneTutorial.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,13 @@ struct SpectatorPlaneTutorial {
102102
AxisSpec axisPhi = {60, 0, constants::math::TwoPI, "#varphi"};
103103
AxisSpec axisEta = {64, -1.6, 1.6, "#eta"};
104104
AxisSpec axisEtaVn = {8, -.8, .8, "#eta"};
105-
AxisSpec axisVx = {40, -0.01, 0.01, "v_{x}"};
106-
AxisSpec axisVy = {40, -0.01, 0.01, "v_{y}"};
107-
AxisSpec axisVz = {40, -10, 10, "v_{z}"};
108105
AxisSpec axisCent = {90, 0, 90, "Centrality(%)"};
109106
AxisSpec axisPhiPlane = {100, -constants::math::PI, constants::math::PI, "#Psi"};
110-
AxisSpec axisQx = {100, -0.2, 0.2, "Q_{X}"};
111-
AxisSpec axisQy = {100, -0.2, 0.2, "Q_{Y}"};
112107
AxisSpec axisQQ = {100, -0.2, 0.2, "#LT Q_{X}^{A}Q_{Y}^{C} #GT"};
113108

114109
std::vector<double> ptbinning = {0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.2, 2.4, 2.6, 2.8, 3, 3.5, 4, 5, 6, 8, 10};
115110
AxisSpec axisPt = {ptbinning, "#it{p}_{T} GeV/#it{c}"};
116111

117-
int ptbins = ptbinning.size() - 1;
118-
119112
rctChecker.init(rctFlags.cfgEvtRCTFlagCheckerLabel, rctFlags.cfgEvtRCTFlagCheckerZDCCheck, rctFlags.cfgEvtRCTFlagCheckerLimitAcceptAsBad);
120113

121114
registry.add("hCentrality", "Centrality; #Events; Centrality (%)", {HistType::kTH1D, {axisCent}});

0 commit comments

Comments
 (0)