Variables | |
tuple | particleFlowRecHitHO |
00001 cms.EDProducer("PFRecHitProducerHO", 00002 # verbosity 00003 verbose = cms.untracked.bool(False), 00004 # The collection of HO rechits 00005 recHitsHO = cms.InputTag("horeco", ""), # for RECO 00006 # The threshold for rechit energies in ring0 00007 thresh_Barrel = cms.double(0.4), 00008 # The threshold for rechit energies in rings +/-1 and +/-2 00009 thresh_Endcap = cms.double(1.0), 00010 00011 # Maximum allowed severity of HO rechits. Hits above the given severity level will be rejected. Default max value is 11 (the same value as used for allowing hits in PF caloTowers, and the expected acceptance value of any PF HCAL hits) 00012 HOMaxAllowedSev = cms.int32(11), 00013 00014 )
Definition at line 3 of file particleFlowRecHitHO_cfi.py.