Skip to content

Commit 492fe4d

Browse files
author
Sabrina Hernandez
committed
Fixed linter warnings for FlowZDCtask
1 parent 6b7a7e6 commit 492fe4d

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
@@ -64,7 +64,7 @@ struct FlowZDCtask {
6464

6565
Configurable<int> nBinsPt{"nBinsPt", 100, "N bins in pT histo"};
6666
Configurable<int> eventSelection{"eventSelection", 1, "event selection"};
67-
Configurable<float> maxZp{"maxZP", 3099.5, "Max ZP signal"};
67+
Configurable<float> maxZp{"maxZp", 3099.5, "Max ZP signal"};
6868
Configurable<float> vtxCut{"vtxCut", 10.0, "Z vertex cut"};
6969
Configurable<float> etaCut{"etaCut", 0.8, "Eta cut"};
7070
Configurable<float> etaGap{"etaGap", 0.5, "Eta gap"};
@@ -87,7 +87,7 @@ struct FlowZDCtask {
8787
ConfigurableAxis axisPt{"axisPt", {VARIABLE_WIDTH, 0.2, 0.25, 0.30, 0.40, 0.45, 0.50, 0.55, 0.60, 0.65, 0.70, 0.75, 0.80, 0.85, 0.90, 0.95, 1.00, 1.10, 1.20, 1.30, 1.40, 1.50, 1.60, 1.70, 1.80, 1.90, 2.00, 2.20, 2.40, 2.60, 2.80, 3.00}, "pt axis for histograms"};
8888
ConfigurableAxis axisMultiplicity{"axisMultiplicity", {3500, 0, 3500}, "centrality axis for histograms"};
8989
ConfigurableAxis axisEnergy{"axisEnergy", {100, 0, 700}, "energy axis for zdc histos"};
90-
ConfigurableAxis axisMultTpc{"axisaxisMultTPC", {1000, -0.5f, 1999.5f}, "TPCmultiplicity"};
90+
ConfigurableAxis axisMultTpc{"axisMultTpc", {1000, -0.5f, 1999.5f}, "TPCmultiplicity"};
9191
ConfigurableAxis axisZN{"axisZN", {5000, 0, 500}, "axisZN"};
9292
ConfigurableAxis axisZP{"axisZP", {5000, 0, 500}, "axisZP"};
9393
ConfigurableAxis axisFT0CAmp{"axisFT0CAmp", {60000, 0, 60000}, "axisFT0CAmp"};

0 commit comments

Comments
 (0)