We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ecbb commit d5ed181Copy full SHA for d5ed181
PWGHF/TableProducer/treeCreatorOmegacSt.cxx
@@ -468,13 +468,13 @@ struct HfTreeCreatorOmegacSt {
468
}
469
uint32_t toiMask = 0;
470
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
- }
+ bool sel = zorro.isSelected(bc.globalBC());
+ if (sel) {
+ std::vector<bool> toivect = zorro.getTriggerOfInterestResults();
+ for (size_t i{0}; i < toivect.size(); i++) {
+ toiMask |= static_cast<uint32_t>(toivect[i]) << i;
477
+ }
478
479
480
const auto primaryVertex = getPrimaryVertex(collision);
0 commit comments