CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 4 of file pfChMet_cfi.py.

tuple pfChMet_cfi.pfChMet
Initial value:
1 = cms.EDProducer(
2  "PFMETProducer",
3  src = cms.InputTag("particleFlowForChargedMET"),
4  alias = cms.string('PFCHMET'),
5  globalThreshold = cms.double(0.0),
6  calculateSignificance = cms.bool(False),
7  )

____________________________________________________________________________||

Definition at line 13 of file pfChMet_cfi.py.