Skip to content

Commit ab1a41e

Browse files
Comment out unused IdBit constants and intPowersOf10
Comment out unused constants and arrays for clarity.
1 parent f8e960e commit ab1a41e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ constexpr int IdBitPR = 2;
121121
constexpr int IdBitEL = 3;
122122
constexpr int IdBitMU = 4;
123123
constexpr int IdBitDE = 5;
124-
constexpr int IdBitTR = 6;
125-
constexpr int IdBitHE = 7;
126-
constexpr int IdBitAL = 8;
124+
// constexpr int IdBitTR = 6;
125+
// constexpr int IdBitHE = 7;
126+
// constexpr int IdBitAL = 8;
127127

128128
#define BIT_IS_K0S 0
129129
#define BIT_IS_LAMBDA 1
@@ -158,13 +158,13 @@ static const double doublePowersOf10[] = {
158158
1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
159159
1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18};
160160

161-
static const int64_t intPowersOf10[] = {
162-
1LL, 10LL, 100LL, 1000LL, 10000LL, 100000LL, 1000000LL,
163-
10000000LL, 100000000LL, 1000000000LL, 10000000000LL,
164-
100000000000LL, 1000000000000LL, 10000000000000LL,
165-
100000000000000LL, 1000000000000000LL,
166-
10000000000000000LL, 100000000000000000LL,
167-
1000000000000000000LL};
161+
// static const int64_t intPowersOf10[] = {
162+
// 1LL, 10LL, 100LL, 1000LL, 10000LL, 100000LL, 1000000LL,
163+
// 10000000LL, 100000000LL, 1000000000LL, 10000000000LL,
164+
// 100000000000LL, 1000000000000LL, 10000000000000LL,
165+
// 100000000000000LL, 1000000000000000LL,
166+
// 10000000000000000LL, 100000000000000000LL,
167+
// 1000000000000000000LL};
168168

169169
template <typename T>
170170
inline T getCfg(const auto& cfgLabelledArray, int32_t row, int32_t col)

0 commit comments

Comments
 (0)