CMS 3D CMS Logo

photonSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # sequence to make photons from clusters in ECAL
5 #
6 # photon producer
9 
10 photonSequence = cms.Sequence( photonCore + photons )
11 _photonSequenceFromMultiCl = photonSequence.copy()
12 _photonSequenceFromMultiCl += cms.Sequence ( photonCoreFromMultiCl + photonsFromMultiCl)
13 
14 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
15 phase2_hgcal.toReplaceWith(
16  photonSequence, _photonSequenceFromMultiCl
17 )