Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46414
b: "refs/heads/CMSSW_7_1_X"
c: 7843702
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Giuseppe Della Ricca committed Jun 24, 2008
1 parent d609c6b commit cf4d24e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": ca24cb3931b0e2b55c5b3f4d105bb12e072b372a
"refs/heads/CMSSW_7_1_X": 7843702dcb5056cc3d8477a93977aa965286ef9f
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* \file EcalBarrelMonitorModule.cc
*
* $Date: 2008/05/11 09:50:51 $
* $Revision: 1.180 $
* $Date: 2008/05/17 07:59:57 $
* $Revision: 1.181 $
* \author G. Della Ricca
* \author G. Franzoni
*
Expand Down Expand Up @@ -420,7 +420,7 @@ void EcalBarrelMonitorModule::analyze(const Event& e, const EventSetup& c){
if ( evtType_ >= 0 && evtType_ <= 22 ) {
if ( meEvtType_ ) meEvtType_->Fill(evtType_+0.5);
} else {
LogWarning("EcalBarrelMonitorModule") << "Unknown event type = " << evtType_ << " at event: " << ievt_;
if ( evtType_ != -1 ) LogWarning("EcalBarrelMonitorModule") << "Unknown event type = " << evtType_ << " at event: " << ievt_;
if ( meEvtType_ ) meEvtType_->Fill(-1);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* \file EcalEndcapMonitorModule.cc
*
* $Date: 2008/05/11 09:50:52 $
* $Revision: 1.56 $
* $Date: 2008/05/17 07:59:57 $
* $Revision: 1.57 $
* \author G. Della Ricca
* \author G. Franzoni
*
Expand Down Expand Up @@ -420,7 +420,7 @@ void EcalEndcapMonitorModule::analyze(const Event& e, const EventSetup& c){
if ( evtType_ >= 0 && evtType_ <= 22 ) {
if ( meEvtType_ ) meEvtType_->Fill(evtType_+0.5);
} else {
LogWarning("EcalEndcapMonitorModule") << "Unknown event type = " << evtType_ << " at event: " << ievt_;
if ( evtType_ != -1 ) LogWarning("EcalEndcapMonitorModule") << "Unknown event type = " << evtType_ << " at event: " << ievt_;
if ( meEvtType_ ) meEvtType_->Fill( -1 );
}

Expand Down

0 comments on commit cf4d24e

Please sign in to comment.