We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3abdd commit f6c6a36Copy full SHA for f6c6a36
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