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

Definition at line 13 of file hcaltpdigi_cfi.py.