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_threshold = cms.uint32(12), ## threshold for setting fine grain bit
6  ZS_threshold = cms.uint32(1), ## threshold for setting fine grain bit
7  numberOfSamples = cms.int32(4),
8  numberOfPresamples = cms.int32(2),
9  MinSignalThreshold = cms.uint32(0), # For HF PMT veto
10  PMTNoiseThreshold = cms.uint32(0), # For HF PMT veto
11 #
12  #vdouble weights = { -1, -1, 1, 1} //low lumi algo
13  # Input digi label (_must_ be without zero-suppression!)
14  inputLabel = cms.VInputTag(cms.InputTag('simHcalUnsuppressedDigis'),
15  cms.InputTag('simHcalUnsuppressedDigis')),
16  InputTagFEDRaw = cms.InputTag("rawDataCollector"),
17  RunZS = cms.bool(False),
18  FrontEndFormatError = cms.bool(False), # Front End Format Error, for real data only
19  PeakFinderAlgorithm = cms.int32(2)
20 
21 )

Definition at line 3 of file hcaltpdigi_cfi.py.