CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcaElectronSequence_cff.py
Go to the documentation of this file.
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
9 # island clustering for the endcaps
11 # sequence to make si-strip based electrons
14 alcaElectronSequence = cms.Sequence(hybridClusteringSequence*islandClusteringSequence*electronSequence*alCaIsolatedElectrons)
15