Variables | |
tuple | horeco |
00001 cms.EDProducer( 00002 "HcalHitReconstructor", 00003 correctionPhaseNS = cms.double(13.0), 00004 digiLabel = cms.InputTag("hcalDigis"), 00005 Subdetector = cms.string('HO'), 00006 correctForPhaseContainment = cms.bool(True), 00007 correctForTimeslew = cms.bool(True), 00008 dropZSmarkedPassed = cms.bool(True), 00009 firstSample = cms.int32(4), 00010 samplesToAdd = cms.int32(4), 00011 tsFromDB = cms.bool(True), 00012 recoParamsFromDB = cms.bool(True), 00013 useLeakCorrection = cms.bool(False), 00014 00015 # Set time slice for first digi to be stored in aux word 00016 # (HO uses time slices 4-7) 00017 firstAuxTS = cms.int32(4), 00018 00019 #Tags for calculating status flags 00020 correctTiming = cms.bool(True), 00021 setNoiseFlags = cms.bool(True), 00022 setHSCPFlags = cms.bool(True), # HSCP not implemented for horeco; this boolean does nothing 00023 setSaturationFlags = cms.bool(True), 00024 setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF 00025 setPulseShapeFlags = cms.bool(False), # not yet defined for HO 00026 saturationParameters= cms.PSet(maxADCvalue=cms.int32(127)) 00027 )
Definition at line 3 of file HcalHitReconstructor_ho_cfi.py.