Skip to content

Commit

Permalink
Merge pull request #17481 from ianna/dict-2023-in-search-path
Browse files Browse the repository at this point in the history
Add 2023 Dictionary to a Search Path
  • Loading branch information
davidlange6 committed Feb 14, 2017
2 parents 4a9a817 + e4edf15 commit 7a3aba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration/Geometry/scripts/generate2023Geometry.py
Expand Up @@ -3,7 +3,7 @@
from pprint import pprint
import filecmp

from dict2023Geometry import *
from Configuration.Geometry.dict2023Geometry import *

# define global
detectorVersionDefault = 999
Expand Down Expand Up @@ -176,4 +176,4 @@ def generateGeom(detectorTuple, options):
detectorTuple = tuple([aDict["abbrev"]+str(getattr(options,"v_"+aDict["name"])) for aDict in allDicts])
generateGeom(detectorTuple,options)
sys.exit(0)


2 changes: 1 addition & 1 deletion Fireworks/Geometry/python/dumpSimGeometry_cfg.py
Expand Up @@ -3,7 +3,7 @@
import FWCore.ParameterSet.VarParsing as VarParsing
from FWCore.Utilities.Enumerate import Enumerate
from pprint import pprint
from dict2023Geometry import detectorVersionDict
from Configuration.Geometry.dict2023Geometry import detectorVersionDict

varType = Enumerate ("Run1 2015 2015dev 2017 2017Muon 2019 2023")
defaultVersion=str();
Expand Down

0 comments on commit 7a3aba3

Please sign in to comment.