We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145c5f2 commit 442dfe2Copy full SHA for 442dfe2
1 file changed
PWGCF/Flow/TableProducer/zdcQVectors.cxx
@@ -359,7 +359,6 @@ struct ZdcQVectors {
359
if (cfgFillCutAnalysis) {
360
// Tower mean energies vs. centrality used for tower gain equalisation
361
int totalTowers = 10;
362
- int totalTowersPerSide = 5;
363
for (int tower = 0; tower < totalTowers; tower++) {
364
registry.add<TProfile2D>(Form("CutAnalysis/%s", namesEcal[tower].Data()), Form("%s", namesEcal[tower].Data()), kTProfile2D, {axisCent, {nEventSelections, 0, nEventSelections}});
365
}
0 commit comments