Variables | |
tuple | goodPatMuons |
tuple | intermediatePatMuons |
Muons. | |
tuple | loosePatJets |
tuple | step1 |
tuple | step2 |
tuple | step3 = countPatElectrons.clone( maxNumber = 0 ) |
Electrons. | |
tuple | step4a |
tuple | step4b |
tuple | step4cLoose |
tuple | step4cTight |
tuple | step5 |
tuple | tightPatJets |
tuple | veryLoosePatJets |
Jets. |
00001 cms.EDProducer( 00002 "MuonSelectorVertex" 00003 , muonSource = cms.InputTag( 'intermediatePatMuons' ) 00004 , vertexSource = cms.InputTag( 'offlinePrimaryVertices' ) 00005 , maxDZ = cms.double( 999. ) # muonVertexMaxDZ 00006 )
Definition at line 12 of file patRefSel_refMuJets_cfi.py.
00001 selectedPatMuons.clone( 00002 src = cms.InputTag( 'selectedPatMuons' ) 00003 , cut = '' # signalMuonCut 00004 )
Muons.
Definition at line 8 of file patRefSel_refMuJets_cfi.py.
00001 selectedPatJets.clone( 00002 src = 'veryLoosePatJets' 00003 , cut = '' # looseJetCut 00004 )
Definition at line 36 of file patRefSel_refMuJets_cfi.py.
00001 cms.EDFilter( 00002 "PATCandViewCountFilter" 00003 , src = cms.InputTag( 'goodPatMuons' ) 00004 , minNumber = cms.uint32( 1 ) 00005 , maxNumber = cms.uint32( 1 ) 00006 )
Definition at line 19 of file patRefSel_refMuJets_cfi.py.
Referenced by TrapezoidalCartesianMFGrid::TrapezoidalCartesianMFGrid().
00001 countPatMuons.clone( 00002 maxNumber = 1 # includes the signal muon 00003 )
Definition at line 26 of file patRefSel_refMuJets_cfi.py.
Referenced by TrapezoidalCartesianMFGrid::TrapezoidalCartesianMFGrid().
tuple patRefSel_refMuJets_cfi::step3 = countPatElectrons.clone( maxNumber = 0 ) |
Electrons.
Definition at line 68 of file patRefSel_refMuJets_cfi.py.
Referenced by TrapezoidalCartesianMFGrid::TrapezoidalCartesianMFGrid().
00001 cms.EDFilter( 00002 "PATCandViewCountFilter" 00003 , src = cms.InputTag( 'tightPatJets' ) 00004 , minNumber = cms.uint32( 1 ) 00005 , maxNumber = cms.uint32( 999999 ) 00006 )
Definition at line 45 of file patRefSel_refMuJets_cfi.py.
00001 step4a.clone( 00002 minNumber = 2 00003 )
Definition at line 51 of file patRefSel_refMuJets_cfi.py.
00001 step4a.clone( 00002 src = 'loosePatJets' 00003 , minNumber = 3 00004 )
Definition at line 57 of file patRefSel_refMuJets_cfi.py.
00001 step4a.clone( 00002 minNumber = 3 00003 )
Definition at line 54 of file patRefSel_refMuJets_cfi.py.
00001 step4a.clone( 00002 src = 'veryLoosePatJets' 00003 , minNumber = 4 00004 )
Definition at line 61 of file patRefSel_refMuJets_cfi.py.
00001 selectedPatJets.clone( 00002 src = 'loosePatJets' 00003 , cut = '' # tightJetCut 00004 )
Definition at line 40 of file patRefSel_refMuJets_cfi.py.
00001 selectedPatJets.clone( 00002 src = 'selectedPatJets' 00003 , cut = '' # veryLooseJetCut 00004 )
Jets.
Definition at line 32 of file patRefSel_refMuJets_cfi.py.