Skip to content

Commit

Permalink
Merge pull request #1074 from mtosi/from-CMSSW_6_2_2_trackertopology_…
Browse files Browse the repository at this point in the history
…via_geometryDB

trackertopology via geometryDB
  • Loading branch information
davidlt committed Oct 17, 2013
2 parents f095990 + b437a93 commit 7d042c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Empty file modified DQM/SiStripMonitorClient/scripts/getGTfromDQMFile.py 100644 → 100755
Empty file.
Expand Up @@ -73,11 +73,8 @@
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
process.GlobalTag.globaltag = options.globalTag

# CMSSW version specific customizations
import os
cmsswVersion = os.environ['CMSSW_VERSION']
if cmsswVersion >= 'CMSSW_6_2_':
process.trackerTopologyConstants = cms.ESProducer('TrackerTopologyEP')
# loading TrackerTopologyEP via GeometryDB (since 62x)
process.load('Configuration.StandardSequences.GeometryDB_cff')

# DQM Environment
process.load("DQMServices.Core.DQMStore_cfg")
Expand Down

0 comments on commit 7d042c0

Please sign in to comment.