We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ad3b6 commit ca94b15Copy full SHA for ca94b15
1 file changed
PWGLF/TableProducer/Common/kinkBuilder.cxx
@@ -161,6 +161,7 @@ struct kinkBuilder {
161
int nItsOuterBarrelLayers = 4;
162
int nItsTotalLayers = 7;
163
int nCoords = 7;
164
+ int itsChi2NClMax = 36;
165
166
// constants
167
float radToDeg = o2::constants::math::Rad2Deg;
@@ -410,7 +411,7 @@ struct kinkBuilder {
410
411
return false;
412
hSelMotherQA->Fill(6.f, isPositive);
413
- if (candidate.itsChi2NCl() >= 36)
414
+ if (candidate.itsChi2NCl() >= itsChi2NClMax)
415
416
hSelMotherQA->Fill(7.f, isPositive);
417
0 commit comments