Skip to content

Commit 021f11f

Browse files
committed
fix clang-format and o2-linter
1 parent 74c9010 commit 021f11f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PWGJE/Tasks/jetTaggerHFQA.cxx

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

110110
int numberOfJetFlavourSpecies = 6;
111+
int firstTaggerForTrackCounting = 0;
112+
int secondTaggerForTrackCounting = 1;
113+
int thirdTaggerForTrackCounting = 2;
114+
float kUnsetJetAreaFraction = -98.0;
115+
float kUnsetConstituentPtMin = -98.0;
116+
float kUnsetConstituentPtMax = 9998.0;
111117
std::vector<int> eventSelectionBits;
112118
int trackSelection = -1;
113119

0 commit comments

Comments
 (0)