Skip to content

Commit 62ddf50

Browse files
committed
Please consider the following formatting changes
1 parent bcddbe8 commit 62ddf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ struct TableMaker {
892892
if (!fEventCut->IsSelected(VarManager::fgValues)) {
893893
continue;
894894
}
895-
895+
896896
bool zorroSel = zorro.isSelected(bc.globalBC(), fConfigZorro.fBcTolerance, reinterpret_cast<TH2D*>(fStatsList->At(kStatsZorroSel)));
897897
if (zorroSel) {
898898
tag |= (static_cast<uint64_t>(true) << 56); // the same bit is used for this zorro selections from ccdb

0 commit comments

Comments
 (0)