Skip to content

Commit 0a3abdd

Browse files
authored
Comment out selectionBits
Comment out the selectionBits variable for the time being.
1 parent 3ca0fed commit 0a3abdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/zdcTableReader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct ZDCLIAnalysis {
130130
auto centrFT0A = zdc.centralityFt0a();
131131
auto centrFT0M = zdc.centralityFt0m();
132132
auto timestamp = zdc.timestamp();
133-
auto selectionBits = zdc.selectionBits();
133+
//auto selectionBits = zdc.selectionBits();
134134

135135
if ((useZvtx && (zvtx < zVval)) || !useZvtx) {
136136
registry.get<TH1>(HIST("hZNApmc"))->Fill(zna);

0 commit comments

Comments
 (0)