Skip to content

Instantly share code, notes, and snippets.

@kpedro88
Created December 7, 2017 16:16
Show Gist options
  • Save kpedro88/0de43d3a35e407715ce7fdc50ac18765 to your computer and use it in GitHub Desktop.
Save kpedro88/0de43d3a35e407715ce7fdc50ac18765 to your computer and use it in GitHub Desktop.
temp era for fastsim 2017 testing
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