3 SiStripLorentzAngleCalibration_peak = cms.PSet(
6 calibrationName = cms.string(
'SiStripLorentzAngleCalibration'),
9 readoutMode = cms.string(
'peak'),
10 treeFile = cms.string(
'treeFile.root'),
11 mergeTreeFiles = cms.vstring(),
12 saveToDB = cms.bool(
False),
15 recordNameDBwrite = cms.string(
'SiStripLorentzAngleRcd_peak'),
18 LorentzAngleModuleGroups = cms.PSet(),
21 SiStripLorentzAngleCalibration_deco = SiStripLorentzAngleCalibration_peak.clone(
22 readoutMode =
'deconvolution',
23 recordNameDBwrite = cms.string(
'SiStripLorentzAngleRcd_deco'),