CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
particleFlowRecHitHO_cfi Namespace Reference

Variables

tuple particleFlowRecHitHO
 

Variable Documentation

tuple particleFlowRecHitHO_cfi.particleFlowRecHitHO
Initial value:
1 = cms.EDProducer("PFRecHitProducerHO",
2  # verbosity
3  verbose = cms.untracked.bool(False),
4  # The collection of HO rechits
5  recHitsHO = cms.InputTag("horeco", ""), # for RECO
6  # The threshold for rechit energies in ring0
7  thresh_Barrel = cms.double(0.4),
8  # The threshold for rechit energies in rings +/-1 and +/-2
9  thresh_Endcap = cms.double(1.0),
10 
11  # 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)
12  HOMaxAllowedSev = cms.int32(11),
13 
14 )

Definition at line 3 of file particleFlowRecHitHO_cfi.py.