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