Skip to content

Commit

Permalink
Merge pull request #38844 from ChrisMisan/correct_sampic_record_name_…
Browse files Browse the repository at this point in the history
…12_4_X

[12_4_X] Correct the sampic record name
  • Loading branch information
cmsbuild committed Jul 26, 2022
2 parents 6a783d0 + 3a38201 commit 051b47b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 1 addition & 2 deletions CondFormats/Common/test/DropBoxMetadataReader.py
Expand Up @@ -46,8 +46,7 @@
"SiPixelQualityFromDbRcd_other",
"SiPixelLorentzAngleRcd",
"CTPPSRPAlignmentCorrectionsDataRcd",
"PPSTimingCalibrationRcd",
"PPSTimingCalibrationRcd_Sampic"
"PPSTimingCalibrationRcd"
) # same strings as fType
)

Expand Down
8 changes: 1 addition & 7 deletions CondFormats/Common/test/ProduceDropBoxMetadata.py
Expand Up @@ -218,13 +218,7 @@ def encodeJsonInString(filename):
FileClass = cms.untracked.string("ALCA"),
prodMetaData = cms.untracked.string(PPSTimingCalibrationRcd_prod_str),
prepMetaData = cms.untracked.string(PPSTimingCalibrationRcd_prep_str),
),
cms.PSet(record = cms.untracked.string('PPSTimingCalibrationRcd_Sampic'),
Source = cms.untracked.string("AlcaHarvesting"),
FileClass = cms.untracked.string("ALCA"),
prodMetaData = cms.untracked.string(PPSTimingCalibrationRcd_Sampic_prod_str),
prepMetaData = cms.untracked.string(PPSTimingCalibrationRcd_Sampic_prep_str),
),
)
),
# this boolean will read the content of whichever payload is available and print its content to stoutput
# set this to false if you write out a sqlite.db translating the json's into a payload
Expand Down
4 changes: 2 additions & 2 deletions Configuration/StandardSequences/python/AlCaHarvesting_cff.py
Expand Up @@ -254,8 +254,8 @@
timetype = cms.untracked.string('runnumber')
)

ALCAHARVESTPPSDiamondSampicTimingCalibration_metadata = cms.PSet(record = cms.untracked.string('PPSTimingCalibrationRcd_Sampic'))
ALCAHARVESTPPSDiamondSampicTimingCalibration_dbOutput = cms.PSet(record = cms.string('PPSTimingCalibrationRcd_Sampic'),
ALCAHARVESTPPSDiamondSampicTimingCalibration_metadata = cms.PSet(record = cms.untracked.string('PPSTimingCalibrationRcd'))
ALCAHARVESTPPSDiamondSampicTimingCalibration_dbOutput = cms.PSet(record = cms.string('PPSTimingCalibrationRcd'),
tag = cms.string('DiamondSampicCalibration'),
timetype = cms.untracked.string('runnumber'))

Expand Down

0 comments on commit 051b47b

Please sign in to comment.