We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca0fed commit 0a3abddCopy full SHA for 0a3abdd
Common/Tasks/zdcTableReader.cxx
@@ -130,7 +130,7 @@ struct ZDCLIAnalysis {
130
auto centrFT0A = zdc.centralityFt0a();
131
auto centrFT0M = zdc.centralityFt0m();
132
auto timestamp = zdc.timestamp();
133
- auto selectionBits = zdc.selectionBits();
+ //auto selectionBits = zdc.selectionBits();
134
135
if ((useZvtx && (zvtx < zVval)) || !useZvtx) {
136
registry.get<TH1>(HIST("hZNApmc"))->Fill(zna);
0 commit comments