Skip to content

Commit

Permalink
Era_Phase2_Ecal_Devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosol committed Oct 6, 2020
1 parent 0a9a0c2 commit 2c927f7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

from Configuration.Eras.Era_Phase2C9_cff import Phase2C9
from Configuration.Eras.Modifier_phase2_hfnose_cff import phase2_hfnose
from Configuration.Eras.Era_Phase2C10_cff import Phase2C10
from Configuration.Eras.Modifier_phase2_ecal_devel_cff import phase2_ecal_devel
from Configuration.Eras.Modifier_phase2_hfnose_cff import phase2_hfnose

Phase2_Ecal_Devel = cms.ModifierChain(Phase2C9, phase2_hfnose,phase2_ecal_devel)
Phase2C10_Ecal_Devel = cms.ModifierChain(Phase2C10,phase2_hfnose,phase2_ecal_devel)

0 comments on commit 2c927f7

Please sign in to comment.