Skip to content

Commit

Permalink
Eras settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Marchesini committed Jan 9, 2018
1 parent 6975d02 commit 3550843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/Exercise2_reclustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"outputs": [],
"source": [
"import FWCore.ParameterSet.Config as cms\n",
"process = cms.Process(\"USER\")\n",
"from Configuration.StandardSequences.Eras import eras\n",
"process = cms.Process(\"USER\",eras.Run2_2017)\n",
"\n",
"## Load services\n",
"process.load(\"Configuration.Geometry.GeometryRecoDB_cff\")\n",
Expand Down

0 comments on commit 3550843

Please sign in to comment.