Skip to content

Commit

Permalink
Initialize fields in ProcessCallGraph and HLTRegionalEcalResonanceFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Aug 28, 2021
1 parent 310e644 commit 436d6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions HLTrigger/Timer/interface/ProcessCallGraph.h
Expand Up @@ -30,6 +30,7 @@ class ProcessCallGraph {
edm::ModuleDescription module_;
edm::EDMModuleType type_;
bool scheduled_;
NodeType() : scheduled_(false){};
};

// directed graph, with `NodeType` properties attached to each vertex
Expand Down
2 changes: 2 additions & 0 deletions HLTrigger/special/plugins/HLTRegionalEcalResonanceFilter.cc
Expand Up @@ -22,6 +22,8 @@ HLTRegionalEcalResonanceFilter::HLTRegionalEcalResonanceFilter(const edm::Parame
endcapHitsToken_ = consumes<EERecHitCollection>(endcapHits_);
endcapClustersToken_ = consumes<reco::BasicClusterCollection>(endcapClusters_);

store5x5RecHitEB_ = false;

doSelBarrel_ = iConfig.getParameter<bool>("doSelBarrel");

if (doSelBarrel_) {
Expand Down

0 comments on commit 436d6be

Please sign in to comment.