We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ca87f commit 9918e0aCopy full SHA for 9918e0a
PWGHF/TableProducer/candidateCreatorToXiPi.cxx
@@ -91,7 +91,7 @@ struct HfCandidateCreatorToXiPi {
91
using MySkimIdx = soa::Filtered<HfCascLf2Prongs>;
92
93
Filter filterSelectCollisions = (aod::hf_sel_collision::whyRejectColl == 0); // filter to use only HF selected collisions
94
- Filter filterSelectIndexes = (aod::hf_track_index::hfflag == (uint8_t) 1);
+ Filter filterSelectIndexes = (aod::hf_track_index::hfflag == (uint8_t)1);
95
Filter filterSelectTrackIds = (aod::hf_sel_track::isSelProng > 0);
96
97
Preslice<FilteredHfTrackAssocSel> trackIndicesPerCollision = aod::track_association::collisionId; // aod::hf_track_association::collisionId
0 commit comments