CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
L1THCALTPG_cff Namespace Reference

Variables

tuple es_ascii
 
tuple es_hardcode
 
tuple HcalDbProducer = cms.ESProducer("HcalDbProducer")
 
tuple hcalunpacker
 
tuple l1thcaltpgpath = cms.Path(hcalunpacker*l1thcaltpg)
 

Variable Documentation

tuple L1THCALTPG_cff.es_ascii
Initial value:
1 = cms.ESSource("HcalTextCalibrations",
2  input = cms.VPSet(cms.PSet(
3  object = cms.string('Pedestals'),
4  file = cms.FileInPath('DQM/HcalMonitorModule/test/peds_ADC_hfplus_000269.txt')
5  ),
6  cms.PSet(
7  object = cms.string('PedestalWidths'),
8  file = cms.FileInPath('DQM/HcalMonitorModule/test/widths_ADC_hfplus_000269.txt')
9  ),
10  cms.PSet(
11  object = cms.string('ElectronicsMap'),
12  file = cms.FileInPath('DQM/HcalMonitorModule/data/test_tp_map.txt')
13  ))
14 )

Definition at line 35 of file L1THCALTPG_cff.py.

tuple L1THCALTPG_cff.es_hardcode
Initial value:
1 = cms.ESSource("HcalHardcodeCalibrations",
2  toGet = cms.untracked.vstring('Gains',
3  'GainWidths',
4  'QIEShape',
5  'QIEData',
6  'ChannelQuality')
7 )

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.

tuple L1THCALTPG_cff.hcalunpacker
Initial value:
1 = cms.EDProducer("HcalRawToDigi",
2  # Optional filter to remove any digi with "data valid" off, "error" on,
3  # or capids not rotating
4  FilterDataQuality = cms.bool(True),
5  # Do not complain about missing FEDs
6  ExceptionEmptyData = cms.untracked.bool(False),
7  HcalFirstFED = cms.untracked.int32(700),
8  InputLabel = cms.InputTag("source"),
9  # Use the defaults for FED numbers
10  # Do not complain about missing FEDs
11  ComplainEmptyData = cms.untracked.bool(False),
12  # Flag to enable unpacking of calibration channels (default = false)
13  UnpackCalib = cms.untracked.bool(False),
14  FEDs = cms.untracked.vint32(719, 721, 723),
15  lastSample = cms.int32(9),
16  # At most ten samples can be put into a digi, if there are more
17  # than ten, firstSample and lastSample select which samples
18  # will be copied to the digi
19  firstSample = cms.int32(0)
20 )

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.