Skip to content

Commit 490d02e

Browse files
committed
fix o2-linter
1 parent 4580a7c commit 490d02e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGLF/Tasks/Resonances/cha01710analysis.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ struct Cha01710analysis {
138138
int detId = 0;
139139
int refAId = 4;
140140
int refBId = 5;
141+
int minHarm = 2;
141142

142143
float centrality = -1.;
143144
float rotmin = 5.0 / 6.0;
@@ -204,7 +205,7 @@ struct Cha01710analysis {
204205
refAId = 4;
205206
refBId = 5;
206207
}
207-
if (epConfig.cfgQvecHarmonic < 2) {
208+
if (epConfig.cfgQvecHarmonic < minHarm) {
208209
LOGF(fatal, "cfgQvecHarmonic must be >= 2");
209210
}
210211
}

0 commit comments

Comments
 (0)