Skip to content

Commit

Permalink
Merge pull request #23817 from lpernie/12X_HPBS_metadata
Browse files Browse the repository at this point in the history
[10.2.X] HP BS
  • Loading branch information
cmsbuild committed Jul 31, 2018
2 parents 1006786 + 5981885 commit c1d8bd2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CondFormats/Common/test/BeamSpotObjectsRcdByLumi_prod.json
@@ -1,7 +1,7 @@
{
"destinationDatabase": "oracle://cms_orcon_prod/CMS_CONDITIONS",
"destinationTags": {
"BeamSpotObjects_PCL_byLumi_v0_prompt": {}
"BeamSpotObjects_LegacyPCL_byLumi_v0_prompt": {}
},
"inputTag": "BeamSpotObject_ByLumi",
"since": null,
Expand Down
4 changes: 1 addition & 3 deletions CondFormats/Common/test/BeamSpotObjectsRcdByRun_prod.json
@@ -1,9 +1,7 @@
{
"destinationDatabase": "oracle://cms_orcon_prod/CMS_CONDITIONS",
"destinationTags": {
"BeamSpotObjects_2009_v1_express": {},
"BeamSpotObjects_PCL_byRun_v0_hlt": {},
"BeamSpotObjects_PCL_byRun_v0_prompt": {}
"BeamSpotObjects_LegacyPCL_byRun_v0_prompt": {}
},
"inputTag": "BeamSpotObject_ByRun",
"since": null,
Expand Down
@@ -1,7 +1,7 @@
{
"destinationDatabase": "oracle://cms_orcon_prod/CMS_CONDITIONS",
"destinationTags": {
"BeamSpotObjectsHP_PCL_byLumi_v0_prompt": {}
"BeamSpotObjects_PCL_byLumi_v0_prompt": {}
},
"inputTag": "BeamSpotObjectHP_ByLumi",
"since": null,
Expand Down
6 changes: 4 additions & 2 deletions CondFormats/Common/test/BeamSpotObjectsRcdHPbyRun_prod.json
@@ -1,9 +1,11 @@
{
"destinationDatabase": "oracle://cms_orcon_prod/CMS_CONDITIONS",
"destinationTags": {
"BeamSpotObjectsHP_PCL_byRun_v0_prompt": {}
"BeamSpotObjects_2009_v1_express": {},
"BeamSpotObjects_PCL_byRun_v0_hlt": {},
"BeamSpotObjects_PCL_byRun_v0_prompt": {}
},
"inputTag": "BeamSpotObjectHP_ByRun",
"since": null,
"userText": "Tier0 PCL Upload for high performance BS byRun"
}
}
2 changes: 1 addition & 1 deletion CondFormats/Common/test/ProduceDropBoxMetadata.py
Expand Up @@ -186,7 +186,7 @@ def encodeJsonInString(filename):
if process.mywriter.write:

from CondCore.CondDB.CondDB_cfi import CondDB
CondDB.connect = "sqlite_file:DropBoxMetadata_SiPixelQuality.db"
CondDB.connect = "sqlite_file:DropBoxMetadata_HPBeamSpot.db"

process.PoolDBOutputService = cms.Service("PoolDBOutputService",
CondDB,
Expand Down

0 comments on commit c1d8bd2

Please sign in to comment.