CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
photonSequence_cff.py
Go to the documentation of this file.
2 
3 #
4 # sequence to make photons from clusters in ECAL
5 #
6 # photon producer
9 
10 mustachePhotonCore = photonCore.clone()
11 mustachePhotonCore.scHybridBarrelProducer = cms.InputTag('particleFlowSuperClusterECAL:particleFlowSuperClusterECALBarrel')
12 mustachePhotonCore.scIslandEndcapProducer = cms.InputTag('particleFlowSuperClusterECAL:particleFlowSuperClusterECALEndcapWithPreshower')
13 mustachePhotonCore.conversionProducer = cms.InputTag('conversions')
14 mustachePhotons = photons.clone()
15 mustachePhotons.photonCoreProducer = cms.InputTag('mustachePhotonCore')
16 mustachePhotonSequence = cms.Sequence( mustachePhotonCore + mustachePhotons )
17 
18 photonSequence = cms.Sequence( photonCore + photons + mustachePhotonSequence )
19