Skip to content

Commit

Permalink
Take out the era customisations now that L1 comes from GT
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Grimes committed Oct 27, 2015
1 parent a7a0ed3 commit a42dfa5
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 a42dfa5

Please sign in to comment.