CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoEgamma_cff.py
Go to the documentation of this file.
2 
15 
16 egammaGlobalReco = cms.Sequence(electronGsfTracking*conversionTrackSequence*allConversionSequence)
17 egammareco = cms.Sequence(electronSequence*conversionSequence*photonSequence)
18 egammaHighLevelRecoPrePF = cms.Sequence(gsfEcalDrivenElectronSequence*uncleanedOnlyElectronSequence*conversionSequence*photonSequence)
19 egammaHighLevelRecoPostPF = cms.Sequence(gsfElectronMergingSequence*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence*hfEMClusteringSequence)
20 egammarecoFull = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence*hfEMClusteringSequence)
21 egammarecoWithID = cms.Sequence(egammareco*photonIDSequence*eIdSequence)
22 egammareco_woConvPhotons = cms.Sequence(electronSequence*photonSequence)
23 egammareco_withIsolation = cms.Sequence(egammareco*egammaIsolationSequence)
24 egammareco_withIsolation_woConvPhotons = cms.Sequence(egammareco_woConvPhotons*egammaIsolationSequence)
25 egammareco_withPhotonID = cms.Sequence(egammareco*photonIDSequence)
26 egammareco_withElectronID = cms.Sequence(egammareco*eIdSequence)
27 
28 egammarecoFull_woHFElectrons = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence)