Created
December 7, 2017 16:16
-
-
Save kpedro88/0de43d3a35e407715ce7fdc50ac18765 to your computer and use it in GitHub Desktop.
temp era for fastsim 2017 testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import FWCore.ParameterSet.Config as cms | |
from Configuration.Eras.Era_Run2_2017_cff import Run2_2017 | |
from Configuration.Eras.Modifier_run2_GEM_2017_cff import run2_GEM_2017 | |
Run2_2017_FastSim = Run2_2017.copyAndExclude([run2_GEM_2017]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment