Skip to content

Commit 1eaa532

Browse files
committed
reduce member of struct because of limit under 100 and add o2-linter option again
1 parent 22a0447 commit 1eaa532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGJE/Tasks/jetTaggerHFQA.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ struct JetTaggerHFQA {
108108
ConfigurableAxis binSigmaLxyz{"binSigmaLxyz", {100, 0., 0.1}, ""};
109109

110110
int numberOfJetFlavourSpecies = 6;
111-
std::size_t firstTaggerForTrackCounting = 0;
112-
std::size_t secondTaggerForTrackCounting = 1;
113-
std::size_t thirdTaggerForTrackCounting = 2;
114111
float kUnsetJetAreaFraction = -98.0;
115112
float kUnsetConstituentPtMin = -98.0;
116113
float kUnsetConstituentPtMax = 9998.0;

0 commit comments

Comments
 (0)