Skip to content

Commit

Permalink
Merge pull request #20245 from slezki/master
Browse files Browse the repository at this point in the history
Fix the histogram: RPC_HV_Status
  • Loading branch information
cmsbuild committed Aug 30, 2017
2 parents ef59f22 + 5367ba0 commit aa26688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DQM/RPCMonitorClient/interface/RPCDcsInfoClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class RPCDcsInfoClient : public DQMEDHarvester {

public:
RPCDcsInfoClient( const edm::ParameterSet& ps);
~RPCDcsInfoClient();
~RPCDcsInfoClient() override;

protected:

Expand Down
1 change: 0 additions & 1 deletion DQM/RPCMonitorClient/src/RPCDcsInfoClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void RPCDcsInfoClient::dqmEndJob(DQMStore::IBooker & ibooker, DQMStore::IGetter
ibooker.setCurrentFolder(dcsinfofolder_ );

unsigned int nlsmax = DCS.size();
if (nlsmax > 900 ) nlsmax = 900;

std::string meName = dcsinfofolder_ + "/rpcHVStatus";
MonitorElement* rpcHVStatus = ibooker.book2D("rpcHVStatus","RPC HV Status", nlsmax, 1., nlsmax+1, 1, 0.5, 1.5);
Expand Down

0 comments on commit aa26688

Please sign in to comment.