Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class FemtoUniverseSelection
/// \param cutContainer Bit-wise container for the systematic variations
/// \param counter Position in the bit-wise container for the systematic variations to be modified
template <typename T>
void checkSelectionSetBit(selValDataType observable, T& cutContainer, size_t& counter)
void checkSelectionSetBit(selValDataType observable, T& cutContainer, std::size_t& counter)
{
/// If the selection is fulfilled the bit at the specified position (counter) within the bit-wise container is set to 1
if (isSelected(observable)) {
Expand Down
Loading