CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gsfElectronSequence_cff.py
Go to the documentation of this file.
2 
3 #==============================================================================
4 # Sequence to make final electrons.
5 # In the past, this was including the seeding, but this one is directly
6 # imported in the reco sequences since the integration with pflow.
7 #==============================================================================
8 
10 gsfElectronSequence = cms.Sequence(ecalDrivenGsfElectronCores*ecalDrivenGsfElectrons*gsfElectronCores*gsfElectrons)
11 gsfEcalDrivenElectronSequence = cms.Sequence(ecalDrivenGsfElectronCores*ecalDrivenGsfElectrons)
12 
13 
14 #gsfElectronMergingSequence = cms.Sequence(gsfElectronCores*gsfElectrons)
15 
18 
19 electronIsoSequence = cms.Sequence(
20  edBasedElectronIsoSequence+
21  pfBasedElectronIsoSequence
22  )
23 
24 gsfElectronMergingSequence = cms.Sequence(electronIsoSequence*gsfElectronCores*gsfElectrons)