Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76283
b: "refs/heads/CMSSW_7_1_X"
c: 29b7155
h: "refs/heads/CMSSW_7_1_X"
i:
  76281: 62cb040
  76279: bd0030f
v: v3
  • Loading branch information
efron committed Oct 25, 2009
1 parent 858f3cc commit ee2cbdf
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,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 6f583173b5190ce2330d712d77ae70d57c9d335c
"refs/heads/CMSSW_7_1_X": 29b715565431569948830adb73009c5108c39ea3
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
//
// Original Author: Werner Man-Li Sun
// Created: Tue Sep 16 22:43:22 CEST 2008
// $Id: L1CaloEcalScaleConfigOnlineProd.cc,v 1.1 2009/10/20 11:43:26 efron Exp $
// $Id: L1CaloEcalScaleConfigOnlineProd.cc,v 1.2 2009/10/23 14:47:00 efron Exp $
//
//

@@ -95,7 +95,9 @@ L1CaloEcalScaleConfigOnlineProd::newObject( const std::string& objectKey )
{
using namespace edm::es;

if(objectKey == "NULL") // return default blank ecal scale
std:: cout << "object Key " << objectKey <<std::endl;

if(objectKey == "NULL" || objectKey == "") // return default blank ecal scale
return boost::shared_ptr< L1CaloEcalScale >( ecalScale );
if(objectKey == "IDENTITY"){ // return identity ecal scale
ecalScale = 0;

0 comments on commit ee2cbdf

Please sign in to comment.