Skip to content

Commit

Permalink
Merge pull request #36881 from Dr15Jones/ubsanGEMClusterProcessor
Browse files Browse the repository at this point in the history
Intialize member in GEMClusterProcessor constructor
  • Loading branch information
cmsbuild committed Feb 4, 2022
2 parents 400549b + 9f5873f commit ec6f44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/CSCTriggerPrimitives/src/GEMClusterProcessor.cc
Expand Up @@ -5,7 +5,7 @@
#include <iostream>

GEMClusterProcessor::GEMClusterProcessor(int region, unsigned station, unsigned chamber, const edm::ParameterSet& conf)
: region_(region), station_(station), chamber_(chamber) {
: region_(region), station_(station), chamber_(chamber), hasGE21Geometry16Partitions_(false) {
isEven_ = chamber_ % 2 == 0;

// These LogErrors are sanity checks and should not be printed
Expand Down

0 comments on commit ec6f44d

Please sign in to comment.