From 1a9ede5ecd57ff6e452e089019f4a770186b79e4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 2 Oct 2022 16:53:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Core/SelectionFilterAndAnalysis.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) };