Skip to content

Commit

Permalink
Move CSC unganging command from helper function to run2 era
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Grimes committed Feb 13, 2015
1 parent 56eb937 commit 98550f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DQM/L1TMonitor/python/L1TCSCTF_cfi.py
Expand Up @@ -14,4 +14,8 @@
disableROOToutput = cms.untracked.bool(True)
)


#
# Make changes for running in Run 2
#
from Configuration.StandardSequences.Eras import eras
eras.run2.toModify( l1tCsctf, gangedME11a = False )

0 comments on commit 98550f6

Please sign in to comment.