1 import FWCore.ParameterSet.Config
as cms
10 photonSequence = cms.Sequence( photonCore + photons )
11 _photonSequenceFromMultiCl = photonSequence.copy()
12 _photonSequenceFromMultiCl += ( photonCoreFromMultiCl + photonsFromMultiCl)
13 _photonSequenceWithIsland = photonSequence.copy()
14 _photonSequenceWithIsland += ( islandPhotonCore + islandPhotons )
17 from Configuration.Eras.Modifier_phase2_hgcal_cff
import phase2_hgcal
18 phase2_hgcal.toReplaceWith(
19 photonSequence, _photonSequenceFromMultiCl
22 from Configuration.Eras.Modifier_pA_2016_cff
import pA_2016
23 from Configuration.Eras.Modifier_peripheralPbPb_cff
import peripheralPbPb
24 from Configuration.Eras.Modifier_pp_on_AA_2018_cff
import pp_on_AA_2018
25 from Configuration.Eras.Modifier_pp_on_XeXe_2017_cff
import pp_on_XeXe_2017
26 from Configuration.Eras.Modifier_ppRef_2017_cff
import ppRef_2017
27 for e
in [pA_2016, peripheralPbPb, pp_on_AA_2018, pp_on_XeXe_2017, ppRef_2017]:
28 e.toReplaceWith(photonSequence, _photonSequenceWithIsland)