Skip to content

Commit

Permalink
Minimal change fix connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 12, 2015
1 parent 5b21280 commit c9a576c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,12 +8,12 @@
DumpStat = cms.untracked.bool(False),
toGet = cms.VPSet(),
# connect = cms.string("frontier://FrontierPrep/CMS_COND_PHYSICSTOOLS") # prep database
connect = cms.string('frontier://FrontierProd/CMS_COND_PAT_000') # prod database
connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS') # prod database
#connect = cms.string('sqlite_file:/home/dqmdevlocal/CMSSW_7_4_2_official/src/DQM/Integration/python/test/RecoTauTag_MVAs_2014Jul07.db')
)

if socket.getfqdn().find('.cms') != -1:
loadRecoTauTagMVAsFromPrepDB.connect = cms.string('frontier://(proxyurl=http://localhost:3128)(serverurl=http://localhost:8000/FrontierOnProd)(serverurl=http://localhost:8000/FrontierOnProd)(retrieve-ziplevel=0)(failovertoserver=no)/CMS_COND_PAT_000')
loadRecoTauTagMVAsFromPrepDB.connect = cms.string('frontier://(proxyurl=http://localhost:3128)(serverurl=http://localhost:8000/FrontierOnProd)(serverurl=http://localhost:8000/FrontierOnProd)(retrieve-ziplevel=0)(failovertoserver=no)/CMS_CONDITIONS')

# register tau ID (= isolation) discriminator MVA
tauIdDiscrMVA_trainings = {
Expand Down

0 comments on commit c9a576c

Please sign in to comment.