CMS 3D CMS Logo

Variables

default_text_conditions_cfi Namespace Reference

Variables

tuple es_ascii
tuple hcal_db_producer = cms.ESProducer("HcalDbProducer")

Variable Documentation

Initial value:
00001 cms.ESSource("HcalTextCalibrations",
00002     input = cms.VPSet(cms.PSet(
00003         object = cms.string('Pedestals'),
00004         file = cms.FileInPath('CondFormats/HcalObjects/data/pedestals_hardcoded.txt')
00005     ), 
00006         cms.PSet(
00007             object = cms.string('PedestalWidths'),
00008             file = cms.FileInPath('CondFormats/HcalObjects/data/pedestal_widths_hardcoded.txt')
00009         ), 
00010         cms.PSet(
00011             object = cms.string('Gains'),
00012             file = cms.FileInPath('CondFormats/HcalObjects/data/gains_hardcoded.txt')
00013         ), 
00014         cms.PSet(
00015             object = cms.string('GainWidths'),
00016             file = cms.FileInPath('CondFormats/HcalObjects/data/gain_widths_hardcoded.txt')
00017         ), 
00018         cms.PSet(
00019             object = cms.string('QIEData'),
00020             file = cms.FileInPath('CondFormats/HcalObjects/data/qie_hardcoded.txt')
00021         ), 
00022         cms.PSet(
00023             object = cms.string('ElectronicsMap'),
00024             file = cms.FileInPath('CondFormats/HcalObjects/data/emap_tb2006_v7.txt')
00025         ), 
00026         cms.PSet(
00027             object = cms.string('ChannelQuality'),
00028             file = cms.FileInPath('CondFormats/HcalObjects/data/quality_hardcoded.txt')
00029         ))
00030 )

Definition at line 6 of file default_text_conditions_cfi.py.

tuple default_text_conditions_cfi::hcal_db_producer = cms.ESProducer("HcalDbProducer")

Definition at line 4 of file default_text_conditions_cfi.py.