Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62315
b: refs/heads/l1tmuon-upgrade-dev
c: 29d2456
h: refs/heads/l1tmuon-upgrade-dev
i:
  62313: 7220abe
  62311: 70fe0c7
  • Loading branch information
Werner Man-Li Sun committed Mar 18, 2009
1 parent 3dbce9a commit 49f9bf6
Show file tree
Hide file tree
Showing 2 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,2 +1,2 @@
---
refs/heads/l1tmuon-upgrade-dev: 5d0d758b417ccee9f5f9f46f58a8c6d853b63728
refs/heads/l1tmuon-upgrade-dev: 29d24564ace38ffd12a4818bfbcb498b22a1291d
12 changes: 6 additions & 6 deletions trunk/L1Trigger/L1ExtraFromDigis/src/L1ExtraParticlesProd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Original Author: Werner Sun
// Created: Mon Oct 2 22:45:32 EDT 2006
// $Id: L1ExtraParticlesProd.cc,v 1.20 2008/04/21 14:18:13 wsun Exp $
// $Id: L1ExtraParticlesProd.cc,v 1.21 2008/04/21 17:36:12 wsun Exp $
//
//

Expand All @@ -32,8 +32,8 @@
#include "CondFormats/L1TObjects/interface/L1CaloEtScale.h"
#include "CondFormats/DataRecord/interface/L1EmEtScaleRcd.h"
#include "CondFormats/DataRecord/interface/L1JetEtScaleRcd.h"
#include "CondFormats/L1TObjects/interface/L1GctJetEtCalibrationFunction.h"
#include "CondFormats/DataRecord/interface/L1GctJetCalibFunRcd.h"
#include "CondFormats/L1TObjects/interface/L1GctJetFinderParams.h"
#include "CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h"

#include "CondFormats/L1TObjects/interface/L1MuTriggerScales.h"
#include "CondFormats/DataRecord/interface/L1MuTriggerScalesRcd.h"
Expand Down Expand Up @@ -459,11 +459,11 @@ L1ExtraParticlesProd::produce( edm::Event& iEvent,

// ~~~~~~~~~~~~~~~~~~~~ Energy Sums ~~~~~~~~~~~~~~~~~~~~

ESHandle< L1GctJetEtCalibrationFunction > jetCalibFn ;
iSetup.get< L1GctJetCalibFunRcd >().get( jetCalibFn ) ;
ESHandle< L1GctJetFinderParams > jetFinderParams ;
iSetup.get< L1GctJetFinderParamsRcd >().get( jetFinderParams ) ;

double etSumLSB = jetScale->linearLsb() ;
double htSumLSB = jetCalibFn->getHtScaleLSB();
double htSumLSB = jetFinderParams->getHtLsbGeV();

Handle< L1GctEtTotalCollection > hwEtTotColl ;
iEvent.getByLabel( etTotSource_, hwEtTotColl ) ;
Expand Down

0 comments on commit 49f9bf6

Please sign in to comment.