14 hcal_db_producer = cms.ESProducer(
"HcalDbProducer",
15 dump = cms.untracked.vstring(
''),
16 file = cms.untracked.string(
'')
19 hcalConditions = cms.ESSource(
"PoolDBESSource",
21 siteLocalConfig = cms.untracked.bool(
False),
22 toGet = cms.VPSet(cms.PSet(
23 record = cms.string(
'HcalPedestalsRcd'),
24 tag = cms.string(
'hcal_pedestals_fC_gren')
27 record = cms.string(
'HcalElectronicsMapRcd'),
28 tag = cms.string(
'emap_temp_slb_fix_2Dec07')
31 record = cms.string(
'HcalGainsRcd'),
32 tag = cms.string(
'hcal_gains_v1')
35 record = cms.string(
'HcalQIEDataRcd'),
36 tag = cms.string(
'qie_normalmode_v3')
39 record = cms.string(
'HcalPedestalWidthsRcd'),
40 tag = cms.string(
'hcal_widths_fC_gren')
42 messageLevel = cms.untracked.int32(0),
43 timetype = cms.string(
'runnumber'),
44 connect = cms.string(
'frontier://(serverurl=http://frontier1.cms:8000/FrontierOn)(serverurl=http://frontier2.cms:8000/FrontierOn)(retrieve-ziplevel=0)/CMS_COND_ON_170_HCAL'),
46 authenticationMethod = cms.untracked.uint32(1)
49 es_hardcode = cms.ESSource(
"HcalHardcodeCalibrations",
50 toGet = cms.untracked.vstring(
'GainWidths',
54 hbhereco = hbheprereco.clone()
55 p = cms.Path(hcalDigis*horeco*hfreco*hbhereco*l1thcaltpg*l1thcaltpgxana)