CMS 3D CMS Logo

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

Variables

tuple hcalSimBlock
 
tuple simHcalUnsuppressedDigis
 

Variable Documentation

tuple hcalUnsuppressedDigis_cfi.hcalSimBlock
Initial value:
1 = cms.PSet(
2  hcalSimParameters,
3  # whether cells with MC signal get noise added
4  doNoise = cms.bool(True),
5  # whether cells with no MC signal get an empty signal created
6  # These empty signals can get noise via the doNoise flag
7  doEmpty = cms.bool(True),
8  doHPDNoise = cms.bool(False),
9  doIonFeedback = cms.bool(True),
10  doThermalNoise = cms.bool(True),
11  HBTuningParameter = cms.double(0.875),
12  HETuningParameter = cms.double(0.9),
13  HFTuningParameter = cms.double(1.025),
14  HOTuningParameter = cms.double(1),
15  useOldHB = cms.bool(True),
16  useOldHE = cms.bool(True),
17  useOldHF = cms.bool(True),
18  useOldHO = cms.bool(True),
19  #HPDNoiseLibrary = cms.PSet(
20  # FileName = cms.FileInPath("SimCalorimetry/HcalSimAlgos/data/hpdNoiseLibrary.root"),
21  # HPDName = cms.untracked.string("HPD")
22  #),
23  doTimeSlew = cms.bool(True),
24  doHFWindow = cms.bool(True),
25  hitsProducer = cms.string('g4SimHits'),
26  injectTestHits = cms.bool(False)
27 )

Definition at line 8 of file hcalUnsuppressedDigis_cfi.py.

tuple hcalUnsuppressedDigis_cfi.simHcalUnsuppressedDigis
Initial value:
1 = cms.EDProducer("HcalDigiProducer",
2  hcalSimBlock
3 )

Definition at line 60 of file hcalUnsuppressedDigis_cfi.py.