Skip to content

Commit 897501d

Browse files
authored
[Common] minor fix: add .value in track propag module (#11346)
1 parent 291eded commit 897501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/TrackPropagationModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class TrackPropagationModule
172172
if (fillTracksCov) {
173173
if constexpr (isMc) { // checking MC and fillCovMat block begins
174174
// bool hasMcParticle = track.has_mcParticle();
175-
if (cGroup.useTrackTuner) {
175+
if (cGroup.useTrackTuner.value) {
176176
trackTunedTracks->Fill(1); // all tracks
177177
bool hasMcParticle = track.has_mcParticle();
178178
if (hasMcParticle) {

0 commit comments

Comments
 (0)