CMS 3D CMS Logo

Hcal_FakeConditions_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # HCAL setup suitable for MC simulation and production
00004 hcal_db_producer = cms.ESProducer("HcalDbProducer",
00005     dump = cms.untracked.vstring(''),
00006     file = cms.untracked.string('')
00007 )
00008 
00009 es_ascii = cms.ESSource("HcalTextCalibrations",
00010     input = cms.VPSet(cms.PSet(
00011         object = cms.string('Pedestals'),
00012         file = cms.FileInPath('CondFormats/HcalObjects/data/hcal_pedestals_fC_v5.txt')
00013     ), 
00014         cms.PSet(
00015             object = cms.string('PedestalWidths'),
00016             file = cms.FileInPath('CondFormats/HcalObjects/data/hcal_widths_fC_v5.txt')
00017         ), 
00018         cms.PSet(
00019             object = cms.string('Gains'),
00020             file = cms.FileInPath('CondFormats/HcalObjects/data/Gains080208/hcal_gains_v2_physics_50.txt')
00021         ), 
00022         cms.PSet(
00023             object = cms.string('QIEData'),
00024             file = cms.FileInPath('CondFormats/HcalObjects/data/qie_normalmode_v5.txt')
00025         ), 
00026         cms.PSet(
00027             object = cms.string('GainWidths'),
00028             file = cms.FileInPath('CondFormats/HcalObjects/data/hcal_gains_widths_v1.txt')
00029         ), 
00030         cms.PSet(
00031             object = cms.string('ElectronicsMap'),
00032             file = cms.FileInPath('CondFormats/HcalObjects/data/official_emap_v5_080208.txt')
00033         ), 
00034         cms.PSet(
00035             object = cms.string('ChannelQuality'),
00036             file = cms.FileInPath('CondFormats/HcalObjects/data/hcal_channelStatus_default.txt')
00037         ), 
00038         cms.PSet(
00039             object = cms.string('RespCorrs'),
00040             file = cms.FileInPath('CondFormats/HcalObjects/data/hcal_respCorr_default.txt')
00041         ), 
00042         cms.PSet(
00043             object = cms.string('ZSThresholds'),
00044             file = cms.FileInPath('CondFormats/HcalObjects/data/hcal_ZSthresholds_default.txt')
00045         ))
00046 )
00047 
00048 

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