CMS 3D CMS Logo

Era_Phase2_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Configuration.Eras.Era_Run3_cff import Run3
4 from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
5 from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
6 from Configuration.Eras.Modifier_phase2_ecal_cff import phase2_ecal
7 from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
8 from Configuration.Eras.Modifier_phase2_hcal_cff import phase2_hcal
9 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
10 from Configuration.Eras.Modifier_phase2_muon_cff import phase2_muon
11 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
12 from Configuration.Eras.Modifier_trackingPhase1_cff import trackingPhase1
13 from Configuration.Eras.Modifier_hcalHardcodeConditions_cff import hcalHardcodeConditions
14 
15 
16 Phase2 = cms.ModifierChain(Run3.copyAndExclude([phase1Pixel,trackingPhase1]), phase2_common, phase2_tracker, trackingPhase2PU140, phase2_ecal, phase2_hcal, phase2_hgcal, phase2_muon, hcalHardcodeConditions)