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 00013 # Set time slice for first digi to be stored in aux word 00014 # (HO uses time slices 4-7) 00015 firstAuxTS = cms.int32(4), 00016 00017 #Tags for calculating status flags 00018 correctTiming = cms.bool(True), 00019 setNoiseFlags = cms.bool(True), 00020 setHSCPFlags = cms.bool(True), # HSCP not implemented for horeco; this boolean does nothing 00021 setSaturationFlags = cms.bool(True), 00022 setTimingTrustFlags = cms.bool(False), # timing flags currently only implemented for HF 00023 setPulseShapeFlags = cms.bool(False), # not yet defined for HO 00024 saturationParameters= cms.PSet(maxADCvalue=cms.int32(127)) 00025 )
Definition at line 3 of file HcalHitReconstructor_ho_cfi.py.