CMS 3D CMS Logo

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

Variables

tuple particleFlowForChargedMET
 ____________________________________________________________________________|| More...
 
tuple pfChargedMET
 ____________________________________________________________________________|| More...
 

Variable Documentation

tuple pfChargedMET_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 4 of file pfChargedMET_cfi.py.

tuple pfChargedMET_cfi.pfChargedMET
Initial value:
1 = cms.EDProducer(
2  "PFMETProducer",
3  src = cms.InputTag("particleFlowForChargedMET"),
4  METType = cms.string('PFMET'),
5  alias = cms.string('PFMET'),
6  globalThreshold = cms.double(0.0),
7  InputType = cms.string('PFCandidateCollection'),
8  calculateSignificance = cms.bool(False),
9  )

____________________________________________________________________________||

Definition at line 13 of file pfChargedMET_cfi.py.