![]() |
![]() |
Variables | |
tuple | es_ascii |
tuple | es_hardcode |
tuple | HcalDbProducer = cms.ESProducer("HcalDbProducer") |
tuple | hcalunpacker |
tuple | l1thcaltpgpath = cms.Path(hcalunpacker*l1thcaltpg) |
tuple L1THCALTPG_cff::es_ascii |
00001 cms.ESSource("HcalTextCalibrations", 00002 input = cms.VPSet(cms.PSet( 00003 object = cms.string('Pedestals'), 00004 file = cms.FileInPath('DQM/HcalMonitorModule/test/peds_ADC_hfplus_000269.txt') 00005 ), 00006 cms.PSet( 00007 object = cms.string('PedestalWidths'), 00008 file = cms.FileInPath('DQM/HcalMonitorModule/test/widths_ADC_hfplus_000269.txt') 00009 ), 00010 cms.PSet( 00011 object = cms.string('ElectronicsMap'), 00012 file = cms.FileInPath('DQM/HcalMonitorModule/data/test_tp_map.txt') 00013 )) 00014 )
Definition at line 35 of file L1THCALTPG_cff.py.
00001 cms.ESSource("HcalHardcodeCalibrations", 00002 toGet = cms.untracked.vstring('Gains', 00003 'GainWidths', 00004 'QIEShape', 00005 'QIEData', 00006 'ChannelQuality') 00007 )
Definition at line 27 of file L1THCALTPG_cff.py.
tuple L1THCALTPG_cff::HcalDbProducer = cms.ESProducer("HcalDbProducer") |
Definition at line 25 of file L1THCALTPG_cff.py.
00001 cms.EDProducer("HcalRawToDigi", 00002 # Optional filter to remove any digi with "data valid" off, "error" on, 00003 # or capids not rotating 00004 FilterDataQuality = cms.bool(True), 00005 # Do not complain about missing FEDs 00006 ExceptionEmptyData = cms.untracked.bool(False), 00007 HcalFirstFED = cms.untracked.int32(700), 00008 InputLabel = cms.InputTag("source"), 00009 # Use the defaults for FED numbers 00010 # Do not complain about missing FEDs 00011 ComplainEmptyData = cms.untracked.bool(False), 00012 # Flag to enable unpacking of calibration channels (default = false) 00013 UnpackCalib = cms.untracked.bool(False), 00014 FEDs = cms.untracked.vint32(719, 721, 723), 00015 lastSample = cms.int32(9), 00016 # At most ten samples can be put into a digi, if there are more 00017 # than ten, firstSample and lastSample select which samples 00018 # will be copied to the digi 00019 firstSample = cms.int32(0) 00020 )
Definition at line 4 of file L1THCALTPG_cff.py.
tuple L1THCALTPG_cff::l1thcaltpgpath = cms.Path(hcalunpacker*l1thcaltpg) |
Definition at line 50 of file L1THCALTPG_cff.py.