Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Calibration
EcalAlCaRecoProducers
python
ALCARECOEcalCalElectron_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
#
5
# Old ALCA stream for electron calibration, used in CSA07
6
#
7
#
8
# run on collection of electrons to make a collection of AlCaReco electrons
9
#
10
from
Calibration.EcalAlCaRecoProducers.alCaIsolatedElectrons_cfi
import
*
11
from
HLTrigger.HLTfilters.hltHighLevel_cfi
import
*
12
from
Calibration.EcalAlCaRecoProducers.electronFilter_cfi
import
*
13
14
electronewkHLTFilter = hltHighLevel.clone()
15
electronewkHLTFilter.throw =
False
16
electronewkHLTFilter.HLTPaths = [
'HLT_Ele15_SW_L1R'
,
'HLT_DoubleEle10_SW_L1R'
,
# 1E31
17
'HLT_Ele10_LW_L1R'
,
'HLT_DoubleEle5_SW_L1R'
]
# 8E29
18
19
seqALCARECOEcalCalElectronRECO = cms.Sequence(alCaIsolatedElectrons)
20
seqALCARECOEcalCalElectron = cms.Sequence(electronewkHLTFilter*electronFilter*seqALCARECOEcalCalElectronRECO)
Config
electronFilter_cfi
hltHighLevel_cfi
alCaIsolatedElectrons_cfi
Generated for CMSSW Reference Manual by
1.8.5