CMS 3D CMS Logo

Hcal_FrontierConditionsZDC_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #include "CondCore/DBCommon/data/CondDBCommon.cfi"
00004 #replace CondDBCommon.connect = "oracle://cms_orcoff_int2r/CMS_COND_HCAL"
00005 #replace CondDBCommon.DBParameters.authenticationPath="/afs/cern.ch/cms/DB/conddb"
00006 #replace CondDBCommon.timetype = "runnumber"
00007 from CondCore.DBCommon.CondDBSetup_cfi import *
00008 hcal_db_producer = cms.ESProducer("HcalDbProducer",
00009     dump = cms.untracked.vstring(''),
00010     file = cms.untracked.string('')
00011 )
00012 
00013 es_pool = cms.ESSource("PoolDBESSource",
00014     condDBSetup,
00015     timetype = cms.string('runnumber'),
00016     toGet = cms.VPSet(cms.PSet(
00017         record = cms.string('HcalPedestalsRcd'),
00018         tag = cms.string('hcal_pedestals_fC_v1_zdc')
00019     ), 
00020         cms.PSet(
00021             record = cms.string('HcalPedestalWidthsRcd'),
00022             tag = cms.string('hcal_widths_fC_v1_zdc')
00023         ), 
00024         cms.PSet(
00025             record = cms.string('HcalGainsRcd'),
00026             tag = cms.string('hcal_gains_v1_zdc')
00027         ), 
00028         cms.PSet(
00029             record = cms.string('HcalQIEDataRcd'),
00030             tag = cms.string('qie_normalmode_v3_zdc')
00031         ), 
00032         cms.PSet(
00033             record = cms.string('HcalElectronicsMapRcd'),
00034             tag = cms.string('official_emap_16x_v4_9Nov07')
00035         )),
00036     connect = cms.string('frontier://FrontierDev/CMS_COND_HCAL'), ##FrontierDev/CMS_COND_HCAL"
00037 
00038     authenticationMethod = cms.untracked.uint32(0)
00039 )
00040 
00041 es_hardcode = cms.ESSource("HcalHardcodeCalibrations",
00042     toGet = cms.untracked.vstring('GainWidths', 
00043         'channelQuality')
00044 )
00045 
00046 

Generated on Tue Jun 9 17:25:20 2009 for CMSSW by  doxygen 1.5.4