CMS 3D CMS Logo

Variables

patRefSel_refMuJets_cfi Namespace Reference

Variables

tuple goodPatJets
 Jets.
tuple intermediatePatMuons
 Muons.
tuple loosePatMuons
tuple step1a
tuple step1b = step1a.clone( src = cms.InputTag( 'tightPatMuons' ) )
tuple step2 = countPatMuons.clone( maxNumber = 1 )
tuple step3 = countPatElectrons.clone( maxNumber = 0 )
 Electrons.
tuple step4a
tuple step4b = step4a.clone( minNumber = 2 )
tuple step4c = step4a.clone( minNumber = 3 )
tuple step5 = step4a.clone( minNumber = 4 )
tuple tightPatMuons

Variable Documentation

Initial value:
00001 cleanPatJets.clone(
00002   preselection  = '' # jetCut
00003 , checkOverlaps = cms.PSet(
00004     muons = cms.PSet(
00005       src                 = cms.InputTag( 'intermediatePatMuons' )
00006     , algorithm           = cms.string( 'byDeltaR' )
00007     , preselection        = cms.string( '' )
00008     , deltaR              = cms.double( 0. ) # jetMuonsDR
00009     , checkRecoComponents = cms.bool( False )
00010     , pairCut             = cms.string( '' )
00011     , requireNoOverlaps   = cms.bool( True)
00012     )
00013   )
00014 )

Jets.

Definition at line 43 of file patRefSel_refMuJets_cfi.py.

Initial value:
00001 cleanPatMuons.clone(
00002   preselection  = '' # looseMuonCut
00003 )

Muons.

Definition at line 8 of file patRefSel_refMuJets_cfi.py.

Initial value:
00001 cleanPatMuons.clone(
00002   src           = cms.InputTag( 'intermediatePatMuons' )
00003 , checkOverlaps = cms.PSet(
00004     jets = cms.PSet(
00005       src                 = cms.InputTag( 'goodPatJets' )
00006     , algorithm           = cms.string( 'byDeltaR' )
00007     , preselection        = cms.string( '' )
00008     , deltaR              = cms.double( 0. ) # muonJetsDR
00009     , checkRecoComponents = cms.bool( False )
00010     , pairCut             = cms.string( '' )
00011     , requireNoOverlaps   = cms.bool( True)
00012     )
00013   )
00014 )

Definition at line 11 of file patRefSel_refMuJets_cfi.py.

Initial value:
00001 cms.EDFilter(
00002   "PATCandViewCountFilter"
00003 , src = cms.InputTag( 'loosePatMuons' )
00004 , minNumber = cms.uint32( 1 )
00005 , maxNumber = cms.uint32( 1 )
00006 )

Definition at line 25 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi::step1b = step1a.clone( src = cms.InputTag( 'tightPatMuons' ) )

Definition at line 37 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi::step2 = countPatMuons.clone( maxNumber = 1 )
tuple patRefSel_refMuJets_cfi::step3 = countPatElectrons.clone( maxNumber = 0 )

Electrons.

Definition at line 70 of file patRefSel_refMuJets_cfi.py.

Referenced by TrapezoidalCartesianMFGrid::TrapezoidalCartesianMFGrid().

Initial value:
00001 cms.EDFilter(
00002   "PATCandViewCountFilter"
00003 , src = cms.InputTag( 'goodPatJets' )
00004 , minNumber = cms.uint32( 1 )
00005 , maxNumber = cms.uint32( 999999 )
00006 )

Definition at line 58 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi::step4b = step4a.clone( minNumber = 2 )

Definition at line 64 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi::step4c = step4a.clone( minNumber = 3 )

Definition at line 65 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi::step5 = step4a.clone( minNumber = 4 )

Definition at line 66 of file patRefSel_refMuJets_cfi.py.

Initial value:
00001 cleanPatMuons.clone(
00002   src           = cms.InputTag( 'loosePatMuons' )
00003 , preselection  = '' # tightMuonCut
00004 , checkOverlaps = cms.PSet()
00005 )

Definition at line 32 of file patRefSel_refMuJets_cfi.py.