File tree Expand file tree Collapse file tree
PWGCF/EbyEFluctuations/Tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818#ifndef FRAMEWORK_TLISTHANDLER_H_
1919#define FRAMEWORK_TLISTHANDLER_H_
2020
21- #include " Framework/HistogramSpec.h"
2221#include " Framework/AnalysisTask.h"
22+ #include " Framework/HistogramSpec.h"
23+
2324#include < TObjString.h>
25+
2426#include < regex>
2527
2628namespace o2 ::framework
@@ -168,7 +170,7 @@ class TListHandler
168170
169171 // To Do - make templated class with bitmask --> static constexpr uint32_t kTListBitmask = BitMask;.
170172 // {0x1FF = 511}; {0x3FF = 1023}; {0x7FF = 2047}; {0xFFF = 4095}
171- static constexpr uint32_t kTListBitmask {0x7FF }; // o2-linter: disable=name/constexpr-constant,name/function-variable
173+ static constexpr uint32_t kTListBitmask {0x7FF }; // o2-linter: disable=name/constexpr-constant,name/function-variable
172174 static constexpr uint32_t kMaxTListSize {kTListBitmask + 1 }; // o2-linter: disable=name/constexpr-constant,name/function-variable
173175 static_assert ((kMaxTListSize & (kMaxTListSize - 1 )) == 0 , " BitMask must be a power of 2^(n)-1" );
174176 std::array<uint32_t , kMaxTListSize > mTListKey {};
You can’t perform that action at this time.
0 commit comments