CMS 3D CMS Logo

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

Variables

tuple zdcreco
 

Variable Documentation

tuple HcalHitReconstructor_zdc_cfi.zdcreco
Initial value:
1 = cms.EDProducer(
2  "ZdcHitReconstructor",
3  correctionPhaseNS = cms.double(0.0),
4  digiLabelhcal = cms.InputTag("hcalDigis"),
5  digiLabelcastor = cms.InputTag("castorDigis"),
6  digiLabelQIE10ZDC = cms.InputTag("hcalDigis:ZDC"),
7  Subdetector = cms.string('ZDC'),
8  correctForPhaseContainment = cms.bool(False),
9  correctForTimeslew = cms.bool(False),
10  dropZSmarkedPassed = cms.bool(True),
11  recoMethod = cms.int32(2),
12  lowGainOffset = cms.int32(1),
13  lowGainFrac = cms.double(8.15),
14 
15  # Set Time Samples of all digis to be saved in aux word
16  # ZDC would like the ability to store non-contiguous digis
17  AuxTSvec = cms.vint32([4,5,6,7]),
18 
19  #Tags for calculating status flags
20  # None of the flag algorithms have been implemented for zdc, so these booleans do nothing
21  correctTiming = cms.bool(True),
22  setNoiseFlags = cms.bool(True),
23  setHSCPFlags = cms.bool(True),
24  setSaturationFlags = cms.bool(True),
25  setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF
26 
27  saturationParameters= cms.PSet(maxADCvalue=cms.int32(127))
28  )

Definition at line 3 of file HcalHitReconstructor_zdc_cfi.py.