CMS 3D CMS Logo

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

Variables

tuple simHcalTriggerPrimitiveDigis
 

Variable Documentation

tuple hcaltpdigi_cfi.simHcalTriggerPrimitiveDigis
Initial value:
1 = cms.EDProducer("HcalTrigPrimDigiProducer",
2  peakFilter = cms.bool(True),
3  weights = cms.vdouble(1.0, 1.0), ##hardware algo
4  latency = cms.int32(1),
5  FG_threshold1 = cms.uint32(12), ## threshold1 for setting fine grain bit
6  FG_threshold2 = cms.uint32(17), ## threshold2 for setting fine grain bit
7  ZS_threshold = cms.uint32(1), ## threshold for setting fine grain bit
8  numberOfSamples = cms.int32(4),
9  numberOfPresamples = cms.int32(2),
10  numberOfSamplesHF = cms.int32(4),
11  numberOfPresamplesHF = cms.int32(2),
12  MinSignalThreshold = cms.uint32(0), # For HF PMT veto
13  PMTNoiseThreshold = cms.uint32(0), # For HF PMT veto
14 #
15  #vdouble weights = { -1, -1, 1, 1} //low lumi algo
16  # Input digi label (_must_ be without zero-suppression!)
17  inputLabel = cms.VInputTag(cms.InputTag('simHcalUnsuppressedDigis'),
18  cms.InputTag('simHcalUnsuppressedDigis')),
19  InputTagFEDRaw = cms.InputTag("rawDataCollector"),
20  RunZS = cms.bool(False),
21  FrontEndFormatError = cms.bool(False), # Front End Format Error, for real data only
22  PeakFinderAlgorithm = cms.int32(2)
23 )

Definition at line 3 of file hcaltpdigi_cfi.py.