Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64317
b: "refs/heads/CMSSW_7_1_X"
c: b9adc04
h: "refs/heads/CMSSW_7_1_X"
i:
  64315: c23cd09
v: v3
  • Loading branch information
Stefano Argiro committed Apr 6, 2009
1 parent f403e74 commit 61c4a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 82f76fd1a3f5d9423d7c163d852a0c36647fc4ea
"refs/heads/CMSSW_7_1_X": 01383ebf66e0a242c5b12ba8c123abcc9f389a1f
"refs/heads/CMSSW_7_1_X": b9adc04e22b588ddef82f6730c8e841074b35708
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# sequence to make si-strip based electrons
from RecoEgamma.EgammaElectronProducers.electronSequence_cff import *
from Calibration.EcalAlCaRecoProducers.alCaIsolatedElectrons_cfi import *
electronFilter = cms.EDFilter("EtaPtMinPixelMatchGsfElectronFullCloneSelector",
electronFilter = cms.EDFilter("EtaPtMinGsfElectronFullCloneSelector",
filter = cms.bool(True),
src = cms.InputTag("gsfElectrons"),
etaMin = cms.double(-2.7),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

electronFilter = cms.EDFilter("EtaPtMinPixelMatchGsfElectronFullCloneSelector",
electronFilter = cms.EDFilter("EtaPtMinGsfElectronFullCloneSelector",
filter = cms.bool(True),
src = cms.InputTag("gsfElectrons"),
etaMin = cms.double(-2.5),
Expand Down

0 comments on commit 61c4a2e

Please sign in to comment.