Variables | |
tuple | pfCandidateManager |
00001 cms.EDAnalyzer("PFCandidateManagerAnalyzer", 00002 InputCollection = cms.InputTag('particleFlow'), 00003 MatchCollection = cms.InputTag(''), 00004 dRMax = cms.double( 0.2 ), 00005 ptMin = cms.double( 2 ), 00006 ptMax = cms.double( 999999 ), 00007 etaMin = cms.double(-10), 00008 etaMax = cms.double(10), 00009 phiMin = cms.double(-10), 00010 phiMax = cms.double(10), 00011 matchCharge = cms.bool( True ), 00012 mode = cms.int32( 1 ), 00013 BenchmarkLabel = cms.string('particleFlowManager') 00014 )
Definition at line 4 of file pfCandidateManager_cfi.py.