We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60315 commit b0b242dCopy full SHA for b0b242d
PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h
@@ -101,7 +101,7 @@ class FemtoUniverseSelection
101
/// \param cutContainer Bit-wise container for the systematic variations
102
/// \param counter Position in the bit-wise container for the systematic variations to be modified
103
template <typename T>
104
- void checkSelectionSetBit(selValDataType observable, T& cutContainer, size_t& counter)
+ void checkSelectionSetBit(selValDataType observable, T& cutContainer, std::size_t& counter)
105
{
106
/// If the selection is fulfilled the bit at the specified position (counter) within the bit-wise container is set to 1
107
if (isSelected(observable)) {
0 commit comments