We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e95d58 commit ceae104Copy full SHA for ceae104
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 == static_cast<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