We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291eded commit 897501dCopy full SHA for 897501d
Common/Tools/TrackPropagationModule.h
@@ -172,7 +172,7 @@ class TrackPropagationModule
172
if (fillTracksCov) {
173
if constexpr (isMc) { // checking MC and fillCovMat block begins
174
// bool hasMcParticle = track.has_mcParticle();
175
- if (cGroup.useTrackTuner) {
+ if (cGroup.useTrackTuner.value) {
176
trackTunedTracks->Fill(1); // all tracks
177
bool hasMcParticle = track.has_mcParticle();
178
if (hasMcParticle) {
0 commit comments