We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9cb47 commit b322639Copy full SHA for b322639
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx
@@ -691,7 +691,7 @@ struct decay3bodyBuilder {
691
auto const& collision = collisions.rawIteratorAt(decay3body.collisionId());
692
693
// event selection
694
- if constexpr (soa::is_table<TBCs>) { // only when NOT running over reduced data
+ if constexpr (soa::is_table<TBCs>) { // only when NOT running over reduced data
695
if (!collision.selection_bit(aod::evsel::kNoITSROFrameBorder) && !disableITSROFCut) { // ITS ROF boarder cut if not disabled
696
continue;
697
}
0 commit comments