CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1THCALTPGXAna_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # { string record = "HcalElectronicsMapRcd" string tag = "official_emap_16x_9Nov07" },
4 
5 import FWCore.ParameterSet.Config as cms
6 
14 hcal_db_producer = cms.ESProducer("HcalDbProducer",
15  dump = cms.untracked.vstring(''),
16  file = cms.untracked.string('')
17 )
18 
19 hcalConditions = cms.ESSource("PoolDBESSource",
20  CondDBSetup,
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')
25  ),
26  cms.PSet(
27  record = cms.string('HcalElectronicsMapRcd'),
28  tag = cms.string('emap_temp_slb_fix_2Dec07')
29  ),
30  cms.PSet(
31  record = cms.string('HcalGainsRcd'),
32  tag = cms.string('hcal_gains_v1')
33  ),
34  cms.PSet(
35  record = cms.string('HcalQIEDataRcd'),
36  tag = cms.string('qie_normalmode_v3')
37  ),
38  cms.PSet(
39  record = cms.string('HcalPedestalWidthsRcd'),
40  tag = cms.string('hcal_widths_fC_gren')
41  )),
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'), ##(serverurl=http:
45 
46  authenticationMethod = cms.untracked.uint32(1)
47 )
48 
49 es_hardcode = cms.ESSource("HcalHardcodeCalibrations",
50  toGet = cms.untracked.vstring('GainWidths',
51  'channelQuality')
52 )
53 
54 hbhereco = hbheprereco.clone()
55 p = cms.Path(hcalDigis*horeco*hfreco*hbhereco*l1thcaltpg*l1thcaltpgxana)
56