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 
11  # Set Time Samples of all digis to be saved in aux word
12  # ZDC would like the ability to store non-contiguous digis
13  AuxTSvec = cms.vint32([4,5,6,7]),
14 
15  #Tags for calculating status flags
16  # None of the flag algorithms have been implemented for zdc, so these booleans do nothing
17  correctTiming = cms.bool(True),
18  setNoiseFlags = cms.bool(True),
19  setHSCPFlags = cms.bool(True),
20  setSaturationFlags = cms.bool(True),
21  setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF
22 
23  saturationParameters= cms.PSet(maxADCvalue=cms.int32(127))
24  )

Definition at line 3 of file HcalHitReconstructor_zdc_cfi.py.