![]() |
![]() |
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 )
Definition at line 3 of file particleFlowRecHitHO_cfi.py.