Skip to content

Commit

Permalink
contents -> content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Michael Slaunwhite committed Nov 13, 2009
1 parent 12c8096 commit 852270a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DQMOffline/Trigger/src/HLTMuonCertSummary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Original Author: Jason Slaunwhite
//
// Created: Thu Jan 22 13:42:28CET 2009
// $Id: HLTMuonCertSummary.cc,v 1.1 2009/11/12 18:03:19 slaunwhj Exp $
// $Id: HLTMuonCertSummary.cc,v 1.2 2009/11/13 12:40:15 slaunwhj Exp $
//

// system include files
Expand Down Expand Up @@ -311,7 +311,7 @@ HLTMuonCertSummary::endRun(const edm::Run& run, const edm::EventSetup& c)

// Set the final bits

dbe_->setCurrentFolder("HLT/EventInfo/reportSummaryContents");
dbe_->setCurrentFolder("HLT/EventInfo/reportSummaryContent");
MonitorElement* muonHLTQualityBinaryBit = dbe_->bookFloat ("HLT_Muon");

if (SummaryBitResult == 100){
Expand Down
4 changes: 2 additions & 2 deletions DQMOffline/Trigger/src/HLTOverallSummary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Original Author: Jason Slaunwhite
//
// Created: Thu Jan 22 13:42:28CET 2009
// $Id: HLTOverallSummary.cc,v 1.1 2009/11/13 12:41:24 slaunwhj Exp $
// $Id: HLTOverallSummary.cc,v 1.2 2009/11/13 12:45:05 slaunwhj Exp $
//

// system include files
Expand Down Expand Up @@ -167,7 +167,7 @@ HLTOverallSummary::endRun(const edm::Run& run, const edm::EventSetup& c)

float defaultValueIfNotFound = 1.0;

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


//============ Unpack information ==========
Expand Down

0 comments on commit 852270a

Please sign in to comment.