CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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  digiLabel = cms.InputTag("hcalDigis"),
5  Subdetector = cms.string('ZDC'),
6  correctForPhaseContainment = cms.bool(False),
7  correctForTimeslew = cms.bool(False),
8  dropZSmarkedPassed = cms.bool(True),
9  recoMethod = cms.int32(2),
10  lowGainOffset = cms.int32(1),
11  lowGainFrac = cms.double(8.15),
12 
13  # Set Time Samples of all digis to be saved in aux word
14  # ZDC would like the ability to store non-contiguous digis
15  AuxTSvec = cms.vint32([4,5,6,7]),
16 
17  #Tags for calculating status flags
18  # None of the flag algorithms have been implemented for zdc, so these booleans do nothing
19  correctTiming = cms.bool(True),
20  setNoiseFlags = cms.bool(True),
21  setHSCPFlags = cms.bool(True),
22  setSaturationFlags = cms.bool(True),
23  setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF
24 
25  saturationParameters= cms.PSet(maxADCvalue=cms.int32(127))
26  )

Definition at line 3 of file HcalHitReconstructor_zdc_cfi.py.