Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76661
b: "refs/heads/CMSSW_7_1_X"
c: fe08fee
h: "refs/heads/CMSSW_7_1_X"
i:
  76659: 650d88c
v: v3
  • Loading branch information
Anna Cimmino committed Oct 29, 2009
1 parent b85cabe commit b15288d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": b71e29004f63e40dc0bbfbcf2f4a89b1b492a5eb
"refs/heads/CMSSW_7_1_X": fe08fee089947c7bee0e8261ad5d3e3b7ccdb1e3
6 changes: 3 additions & 3 deletions trunk/DQM/RPCMonitorClient/interface/RPCChamberQuality.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
** Class RPCClusterSizeTest **
** DQM Event Summary module for RPCs **
** **
** $Date: 2009/05/12 12:58:50 $ **
** $Revision: 1.3 $ **
** $Date: 2009/10/29 22:50:23 $ **
** $Revision: 1.4 $ **
** David Lomidze **
** INFN di Napoli **
** **
Expand Down Expand Up @@ -48,7 +48,7 @@ class RPCChamberQuality:public edm::EDAnalyzer {
//Begin Run
void beginRun(const edm::Run& r, const edm::EventSetup& c);
//End Run
void endRun(const edm::Run& r, const edm::EventSetup& iSetup);
void endRun(const edm::Run& r, const edm::EventSetup& c);

/// Begin Lumi block
void beginLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& context) ;
Expand Down
3 changes: 1 addition & 2 deletions trunk/DQM/RPCMonitorClient/src/RPCChamberQuality.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ void RPCChamberQuality::beginJob(const EventSetup& iSetup){
// }



void RPCChamberQuality::beginRun(const Run& r, const EventSetup& c){
void RPCChamberQuality::beginRun(const Run& r, const EventSetup& iSetup){
LogVerbatim ("rpceventsummary") << "[RPCChamberQuality]: Begin run";

init_ = false;
Expand Down

0 comments on commit b15288d

Please sign in to comment.