Skip to content

Commit

Permalink
Merge pull request #12118 from mark-grimes/takeoutXMLMenuEraChange76X
Browse files Browse the repository at this point in the history
Take out the era customisations now that L1 comes from GT (76X)
  • Loading branch information
cmsbuild committed Oct 27, 2015
2 parents b259a91 + a42dfa5 commit 38017d3
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@
# XML file for Global Trigger VME configuration (vme.xml)
VmeXmlFile = cms.string('')
)

#
# Make changes for Run 2
#
from Configuration.StandardSequences.Eras import eras
# Change the trigger menu depending on whether this is 25ns, 50ns or HI running
eras.run2_50ns_specific.toModify( l1GtTriggerMenuXml, DefXmlFile = 'L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml' )
eras.run2_25ns_specific.toModify( l1GtTriggerMenuXml, DefXmlFile = 'L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml' )
eras.run2_HI_specific.toModify( l1GtTriggerMenuXml, DefXmlFile = 'L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml' )

0 comments on commit 38017d3

Please sign in to comment.