![]() |
|
|||
File indexing completed on 2024-04-06 12:29:33
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # HCAL setup suitable for MC simulation and production (no ElectronicsMapping) 0004 hcal_db_producer = cms.ESProducer("HcalDbProducer") 0005 0006 hcal_es_hardcode = cms.ESSource("HcalHardcodeCalibrations", 0007 fromDDD = cms.untracked.bool(False), 0008 toGet = cms.untracked.vstring('Pedestals', 0009 'PedestalWidths', 0010 'Gains', 0011 'GainWidths', 0012 'QIEShape', 0013 'QIEData', 0014 'ChannelQuality', 0015 'ElectronicsMap') 0016 ) 0017 0018 0019
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |