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 
16 
17 #importing new gedGsfElectronSequence :
18 #from RecoEgamma.EgammaElectronProducers.gedGsfElectronSequence_cff import *
20 
21 egammaGlobalReco = cms.Sequence(electronGsfTracking*conversionTrackSequence*allConversionSequence)
22 egammareco = cms.Sequence(electronSequence*conversionSequence*photonSequence)
23 egammaHighLevelRecoPrePF = cms.Sequence(gsfEcalDrivenElectronSequence*uncleanedOnlyElectronSequence*conversionSequence*photonSequence)
24 
25 #egammaHighLevelRecoPostPF = cms.Sequence(gsfElectronMergingSequence*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence*hfEMClusteringSequence)
26 #adding new gedGsfElectronSequence and gedPhotonSequence :
27 #egammaHighLevelRecoPostPF = cms.Sequence(gsfElectronMergingSequence*gedGsfElectronSequence*interestingEgammaIsoDetIds*gedPhotonSequence*photonIDSequence*eIdSequence*hfEMClusteringSequence)
28 egammaHighLevelRecoPostPF = cms.Sequence(interestingEgammaIsoDetIds*photonIDSequence*photonIDSequenceGED*eIdSequence*hfEMClusteringSequence)
29 
30 
31 egammarecoFull = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence*hfEMClusteringSequence)
32 egammarecoWithID = cms.Sequence(egammareco*photonIDSequence*eIdSequence)
33 egammareco_woConvPhotons = cms.Sequence(electronSequence*photonSequence)
34 egammareco_withIsolation = cms.Sequence(egammareco*egammaIsolationSequence)
35 egammareco_withIsolation_woConvPhotons = cms.Sequence(egammareco_woConvPhotons*egammaIsolationSequence)
36 egammareco_withPhotonID = cms.Sequence(egammareco*photonIDSequence)
37 egammareco_withElectronID = cms.Sequence(egammareco*eIdSequence)
38 
39 egammarecoFull_woHFElectrons = cms.Sequence(egammareco*interestingEgammaIsoDetIds*photonIDSequence*eIdSequence)
40 
41 
42