Skip to content

Commit d5ed181

Browse files
committed
Please consider the following formatting changes
1 parent b22ecbb commit d5ed181

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGHF/TableProducer/treeCreatorOmegacSt.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,13 +468,13 @@ struct HfTreeCreatorOmegacSt {
468468
}
469469
uint32_t toiMask = 0;
470470
if (skimmedProcessing) {
471-
bool sel = zorro.isSelected(bc.globalBC());
472-
if(sel){
473-
std::vector<bool> toivect = zorro.getTriggerOfInterestResults();
474-
for(size_t i{0}; i < toivect.size(); i++){
475-
toiMask |= static_cast<uint32_t>(toivect[i]) << i;
476-
}
471+
bool sel = zorro.isSelected(bc.globalBC());
472+
if (sel) {
473+
std::vector<bool> toivect = zorro.getTriggerOfInterestResults();
474+
for (size_t i{0}; i < toivect.size(); i++) {
475+
toiMask |= static_cast<uint32_t>(toivect[i]) << i;
477476
}
477+
}
478478
}
479479

480480
const auto primaryVertex = getPrimaryVertex(collision);

0 commit comments

Comments
 (0)