Skip to content

Commit

Permalink
Merge pull request #39631 from pmandrik/patch-15
Browse files Browse the repository at this point in the history
[12_5_X] RPCDqmClient crash fix for 0 LS runs #39630
  • Loading branch information
cmsbuild committed Oct 11, 2022
2 parents 63b8ceb + c30c595 commit 962e04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQM/RPCMonitorClient/plugins/RPCDqmClient.cc
Expand Up @@ -48,6 +48,7 @@ RPCDqmClient::RPCDqmClient(const edm::ParameterSet& pset) {

//clear counters
lumiCounter_ = 0;
RPCEvents_ = nullptr;

rpcGeomToken_ = esConsumes<edm::Transition::EndLuminosityBlock>();
}
Expand Down

0 comments on commit 962e04f

Please sign in to comment.