Skip to content

Commit

Permalink
Update PWGHF/Utils/utilsEvSelHf.h
Browse files Browse the repository at this point in the history
Co-authored-by: Vít Kučera <[email protected]>
  • Loading branch information
DelloStritto and vkucera authored May 31, 2024
1 parent 1b2a3f0 commit ef56063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/Utils/utilsEvSelHf.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ struct HfEventSelectionMc {
/// \param mcCollision MC collision to test against the selection criteria
/// \return a bitmask with the event selections not satisfied by the analysed collision
template <typename TBc, typename TMcColl>
uint8_t getHfMcCollisionRejectionMask(TMcColl const& mcCollision)
uint16_t getHfMcCollisionRejectionMask(TMcColl const& mcCollision)
{
uint16_t rejectionMask{0};
float zPv = mcCollision.posZ();
Expand Down

0 comments on commit ef56063

Please sign in to comment.