We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25c0d9d + 5d2a35d commit f81c43aCopy full SHA for f81c43a
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, std::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