CMS 3D CMS Logo

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

Variables

tuple particleFlowForChargedMET
 ____________________________________________________________________________|| More...
 
tuple pfChMet
 ____________________________________________________________________________|| More...
 

Variable Documentation

tuple pfChMet_cfi.particleFlowForChargedMET
Initial value:
1 = cms.EDProducer(
2  "ParticleFlowForChargedMETProducer",
3  PFCollectionLabel = cms.InputTag("particleFlow"),
4  PVCollectionLabel = cms.InputTag("offlinePrimaryVertices"),
5  dzCut = cms.double(0.2),
6  neutralEtThreshold = cms.double(-1.0)
7  )

____________________________________________________________________________||

Definition at line 5 of file pfChMet_cfi.py.

tuple pfChMet_cfi.pfChMet
Initial value:
1 = pfMet.clone(
2  src = "particleFlowForChargedMET",
3  alias = 'pfChMet',
4  )

____________________________________________________________________________||

Definition at line 14 of file pfChMet_cfi.py.