Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Calibration
EcalAlCaRecoProducers
python
alcaElectronSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# run on collection of electrons to make a collection of AlCaReco electrons
5
# and store them in the output collection
6
#
7
# hybrid clustering in the barrel
8
from
RecoEcal.EgammaClusterProducers.hybridClusteringSequence_cff
import
*
9
# island clustering for the endcaps
10
from
RecoEcal.EgammaClusterProducers.islandClusteringSequence_cff
import
*
11
# sequence to make si-strip based electrons
12
from
RecoEgamma.EgammaElectronProducers.electronSequence_cff
import
*
13
from
Calibration.EcalAlCaRecoProducers.alCaIsolatedElectrons_cfi
import
*
14
alcaElectronSequence = cms.Sequence(hybridClusteringSequence*islandClusteringSequence*electronSequence*alCaIsolatedElectrons)
15
islandClusteringSequence_cff
electronSequence_cff
hybridClusteringSequence_cff
alCaIsolatedElectrons_cfi
Generated for CMSSW Reference Manual by
1.8.5