CMS 3D CMS Logo

hcalCalibrationsMTCC2_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # not used in reconstruction
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 hcal_db_producer = cms.ESProducer("HcalDbProducer",
00008     dump = cms.untracked.vstring(''),
00009     file = cms.untracked.string('')
00010 )
00011 
00012 es_pool = cms.ESSource("PoolDBESSource",
00013     timetype = cms.string('runnumber'),
00014     toGet = cms.VPSet(cms.PSet(
00015         record = cms.string('HcalPedestalsRcd'),
00016         tag = cms.string('pedestals_mtcc2_v1')
00017     ), 
00018         cms.PSet(
00019             record = cms.string('HcalGainsRcd'),
00020             tag = cms.string('hcal_gains_hardcoded_v1')
00021         ), 
00022         cms.PSet(
00023             record = cms.string('HcalQIEDataRcd'),
00024             tag = cms.string('hcal_qie_hardcoded_v1')
00025         ), 
00026         cms.PSet(
00027             record = cms.string('HcalElectronicsMapRcd'),
00028             tag = cms.string('emap_mtcc2_v4')
00029         ), 
00030         cms.PSet(
00031             record = cms.string('HcalPedestalWidthsRcd'),
00032             tag = cms.string('hcal_pwidths_hardcoded_v1')
00033         ), 
00034         cms.PSet(
00035             record = cms.string('HcalGainWidthsRcd'),
00036             tag = cms.string('hcal_gwidths_hardcoded_v1')
00037         )),
00038     connect = cms.string('frontier://cms_conditions_data/CMS_COND_HCAL') ##cms_conditions_data/CMS_COND_HCAL"
00039 
00040 )
00041 
00042 es_hardcode = cms.ESSource("HcalHardcodeCalibrations",
00043     toGet = cms.untracked.vstring('channelQuality')
00044 )
00045 
00046 

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