Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73338
b: "refs/heads/CMSSW_7_0_X"
c: e0370c9
h: "refs/heads/CMSSW_7_0_X"
v: v3
  • Loading branch information
Vladimir Rekovic committed Sep 15, 2009
1 parent d1bdd53 commit 16ee201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
"refs/heads/CMSSW_7_0_X": 1506fa0a7d885ec35bcf429c54d2f77eb11e708e
"refs/heads/CMSSW_7_0_X": e0370c934b35e5b08acf5cb2fd84e52635f8c6eb
6 changes: 4 additions & 2 deletions trunk/DQMOffline/Trigger/src/HLTEventInfoClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ void HLTEventInfoClient::beginJob(const EventSetup& context){
dbe_->setCurrentFolder("HLT/EventInfo");

// sprintf(histo, "reportSummary");
if ( reportSummary_ == dbe_->get("HLT/EventInfo/reportSumamry") ) {
reportSummary_ = dbe_->get("HLT/EventInfo/reportSumamry");
if ( reportSummary_ ) {
dbe_->removeElement(reportSummary_->getName());
}

Expand Down Expand Up @@ -132,7 +133,8 @@ void HLTEventInfoClient::beginJob(const EventSetup& context){

dbe_->setCurrentFolder("HLT/EventInfo");

if ( reportSummaryMap_ == dbe_->get("HLT/EventInfo/reportSummaryMap") ) {
reportSummaryMap_ = dbe_->get("HLT/EventInfo/reportSummaryMap");
if ( reportSummaryMap_ ) {
dbe_->removeElement(reportSummaryMap_->getName());
}

Expand Down

0 comments on commit 16ee201

Please sign in to comment.