Skip to content

Commit

Permalink
Merge pull request #39630 from pmandrik/patch-14
Browse files Browse the repository at this point in the history
[12_4_X] RPCDqmClient crash fix for 0 LS runs
  • Loading branch information
cmsbuild committed Oct 12, 2022
2 parents 3bc901e + 8da01ad commit cdcffbe
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 cdcffbe

Please sign in to comment.