CMS 3D CMS Logo

Variables

HcalHitReconstructor_zdc_cfi Namespace Reference

Variables

tuple zdcreco

Variable Documentation

Initial value:
00001 cms.EDProducer(
00002     "ZdcHitReconstructor",
00003     correctionPhaseNS = cms.double(0.0),
00004     digiLabel = cms.InputTag("hcalDigis"),
00005     Subdetector = cms.string('ZDC'),
00006     correctForPhaseContainment = cms.bool(False),
00007     correctForTimeslew = cms.bool(False),
00008     dropZSmarkedPassed = cms.bool(True),
00009     recoMethod = cms.int32(2),
00010     lowGainOffset = cms.int32(1),
00011     lowGainFrac = cms.double(8.15),
00012 
00013     # Set Time Samples of all digis to be saved in aux word
00014     # ZDC would like the ability to store non-contiguous digis
00015     AuxTSvec = cms.vint32([4,5,6,7]),
00016         
00017     #Tags for calculating status flags
00018     # None of the flag algorithms have been implemented for zdc, so these booleans do nothing
00019     correctTiming = cms.bool(True),
00020     setNoiseFlags = cms.bool(True),
00021     setHSCPFlags  = cms.bool(True),
00022     setSaturationFlags = cms.bool(True),
00023     setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF
00024     
00025     saturationParameters=  cms.PSet(maxADCvalue=cms.int32(127))
00026     )

Definition at line 3 of file HcalHitReconstructor_zdc_cfi.py.