You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Filter for D0 hfflag check similar to taskDplus
Following the pattern used in taskDplus, add a Filter to automatically
filter D0 candidates by decay type flag at the framework level.
Changes:
1. Add Filter filterD0Flag to check hfflag for D0ToPiK decay type
2. Wrap all D0 candidate types with soa::Filtered<> to apply the filter
3. Remove manual hfflag check in UPC process loop (now redundant)
This ensures the hfflag filtering is applied consistently across all
process functions and removes the need for manual checks in loops.
The Filter is placed after using declarations and before Preslice
declarations, following PWGHF struct member ordering guidelines.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments