Skip to content

Commit

Permalink
Merge pull request #36892 from Dr15Jones/ubsan_tmttSettings
Browse files Browse the repository at this point in the history
Initialize bool member in tmtt::Settings
  • Loading branch information
cmsbuild authored Feb 7, 2022
2 parents 1ebb38a + cf4b248 commit 2afcf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions L1Trigger/TrackFindingTMTT/src/Settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ namespace tmtt {
hybrid_ = true;
magneticField_ = 0.; // Value set later
killScenario_ = 0; // Emulation of dead modules
killRecover_ = false;

if (hybrid_) {
if (not useApproxB_) {
Expand Down

0 comments on commit 2afcf26

Please sign in to comment.