Skip to content

Commit

Permalink
Add a Run1 era which is currently empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Grimes committed Oct 27, 2015
1 parent 828af41 commit 98c3eb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Configuration/StandardSequences/python/Eras.py
Expand Up @@ -23,7 +23,13 @@ def __init__(self):
# activated automatically if the "--fast" command is used.
self.fastSim = cms.Modifier()

#
# These are the eras that the user should specify
#
# Run1 currently does nothing. It's useful to use as a no-operation era commands when scripting,
# but also retains the flexibility to add Run1 specific commands at a later date.
self.Run1 = cms.Modifier()
# The various Run2 scenarios for 2015 startup.
self.Run2_25ns = cms.ModifierChain( self.run2_common, self.run2_25ns_specific, self.stage1L1Trigger )
self.Run2_50ns = cms.ModifierChain( self.run2_common, self.run2_50ns_specific, self.stage1L1Trigger )
self.Run2_HI = cms.ModifierChain( self.run2_common, self.run2_HI_specific, self.stage1L1Trigger )
Expand Down

0 comments on commit 98c3eb4

Please sign in to comment.