diff --git a/PWGCF/TwoParticleCorrelations/Core/SelectionFilterAndAnalysis.h b/PWGCF/TwoParticleCorrelations/Core/SelectionFilterAndAnalysis.h index ab6fd2be627..f3680d188f4 100644 --- a/PWGCF/TwoParticleCorrelations/Core/SelectionFilterAndAnalysis.h +++ b/PWGCF/TwoParticleCorrelations/Core/SelectionFilterAndAnalysis.h @@ -60,14 +60,14 @@ class SelectionFilterAndAnalysis : public TNamed virtual void StoreArmedMask() = 0; protected: - selmodes mMode = kFilter; /// the operating mode of the selection instance - TString mCutStringSignature; /// the signature of the cut string, i.e. without the alternative selection tags - int mMaskLength = 0; /// the length of the mask needed to filter the selection cuts - uint64_t mSelectedMask = 0UL; /// the selection mask for the current passed collision - uint64_t mArmedMask = 0UL; /// the complete armed mask identifying the applicable selection cuts + selmodes mMode = kFilter; /// the operating mode of the selection instance + TString mCutStringSignature; /// the signature of the cut string, i.e. without the alternative selection tags + int mMaskLength = 0; /// the length of the mask needed to filter the selection cuts + uint64_t mSelectedMask = 0UL; /// the selection mask for the current passed collision + uint64_t mArmedMask = 0UL; /// the complete armed mask identifying the applicable selection cuts std::vector mOptArmedMask = {}; /// the list of armed masks for options of the applicable selection cuts /// all of them have to have at least one option active - uint64_t mForcedArmedMask = 0UL; /// the mandatory armed mask of the applicable selection cuts + uint64_t mForcedArmedMask = 0UL; /// the mandatory armed mask of the applicable selection cuts ClassDefNV(SelectionFilterAndAnalysis, 1) };