CMS 3D CMS Logo

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

Variables

tuple LSParameter
 
tuple simHcalTriggerPrimitiveDigis
 

Variable Documentation

tuple hcaltpdigi_cfi.LSParameter
Initial value:
1 = cms.untracked.PSet(
2 HcalFeatureHFEMBit= cms.bool(False),
3 Min_Long_Energy= cms.double(10),#makes a cut based on energy deposited in short vrs long
4  Min_Short_Energy= cms.double(10),
5  Long_vrs_Short_Slope= cms.double(100.2),
6  Long_Short_Offset= cms.double(10.1))

Definition at line 5 of file hcaltpdigi_cfi.py.

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  numberOfSamplesHF = cms.int32(4),
10  numberOfPresamplesHF = cms.int32(2),
11  MinSignalThreshold = cms.uint32(0), # For HF PMT veto
12  PMTNoiseThreshold = cms.uint32(0), # For HF PMT veto
13  LSConfig=LSParameter,
14 
15 
16 #
17  #vdouble weights = { -1, -1, 1, 1} //low lumi algo
18  # Input digi label (_must_ be without zero-suppression!)
19  inputLabel = cms.VInputTag(cms.InputTag('simHcalUnsuppressedDigis'),
20  cms.InputTag('simHcalUnsuppressedDigis')),
21  InputTagFEDRaw = cms.InputTag("rawDataCollector"),
22  RunZS = cms.bool(False),
23  FrontEndFormatError = cms.bool(False), # Front End Format Error, for real data only
24  PeakFinderAlgorithm = cms.int32(2),
25 
26  HFTPScaleShift = hfTPScaleShift,
27 )

Definition at line 13 of file hcaltpdigi_cfi.py.