Skip to content

Commit

Permalink
fix authenticationPath in BeamSpot clients
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Dec 14, 2020
1 parent 39f8a0a commit 8e3ca49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
# Conditions
if (live):
process.load("DQM.Integration.config.FrontierCondition_GT_cfi")
process.GlobalTag.DBParameters.authenticationPath = cms.untracked.string('.')
else:
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
from Configuration.AlCa.GlobalTag import GlobalTag as gtCustomise
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
#---------------
# Condition for P5 cluster
process.load("DQM.Integration.config.FrontierCondition_GT_cfi")
process.GlobalTag.DBParameters.authenticationPath = cms.untracked.string('.')
# Condition for lxplus: change and possibly customise the GT
#from Configuration.AlCa.GlobalTag import GlobalTag as gtCustomise
#process.GlobalTag = gtCustomise(process.GlobalTag, 'auto:run2_data', '')
Expand Down

0 comments on commit 8e3ca49

Please sign in to comment.