CMS 3D CMS Logo

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

Variables

tuple pfCandidateManager
 

Variable Documentation

tuple pfCandidateManager_cfi.pfCandidateManager
Initial value:
1 = cms.EDAnalyzer("PFCandidateManagerAnalyzer",
2  InputCollection = cms.InputTag('particleFlow'),
3  MatchCollection = cms.InputTag(''),
4  dRMax = cms.double( 0.2 ),
5  ptMin = cms.double( 2 ),
6  ptMax = cms.double( 999999 ),
7  etaMin = cms.double(-10),
8  etaMax = cms.double(10),
9  phiMin = cms.double(-10),
10  phiMax = cms.double(10),
11  matchCharge = cms.bool( True ),
12  mode = cms.int32( 1 ),
13  BenchmarkLabel = cms.string('particleFlowManager')
14  )

Definition at line 4 of file pfCandidateManager_cfi.py.