CMS 3D CMS Logo

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

Variables

tuple goodPatMuons
 
tuple intermediatePatMuons
 Muons. More...
 
tuple loosePatJets
 
tuple step1
 
tuple step2
 
tuple step3 = countPatElectrons.clone( maxNumber = 0 )
 Electrons. More...
 
tuple step4a
 
tuple step4b
 
tuple step4cLoose
 
tuple step4cTight
 
tuple step5
 
tuple tightPatJets
 
tuple veryLoosePatJets
 Jets. More...
 

Variable Documentation

tuple patRefSel_refMuJets_cfi.goodPatMuons
Initial value:
1 = cms.EDProducer(
2  "MuonSelectorVertex"
3 , muonSource = cms.InputTag( 'intermediatePatMuons' )
4 , vertexSource = cms.InputTag( 'offlinePrimaryVertices' )
5 , maxDZ = cms.double( 999. ) # muonVertexMaxDZ
6 )

Definition at line 12 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.intermediatePatMuons
Initial value:
1 = selectedPatMuons.clone(
2  src = cms.InputTag( 'selectedPatMuons' )
3 , cut = '' # signalMuonCut
4 )

Muons.

Definition at line 8 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.loosePatJets
Initial value:
1 = selectedPatJets.clone(
2  src = 'veryLoosePatJets'
3 , cut = '' # looseJetCut
4 )

Definition at line 36 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.step1
Initial value:
1 = cms.EDFilter(
2  "PATCandViewCountFilter"
3 , src = cms.InputTag( 'goodPatMuons' )
4 , minNumber = cms.uint32( 1 )
5 , maxNumber = cms.uint32( 1 )
6 )

Definition at line 19 of file patRefSel_refMuJets_cfi.py.

Referenced by TrapezoidalCartesianMFGrid.TrapezoidalCartesianMFGrid().

tuple patRefSel_refMuJets_cfi.step2
Initial value:
1 = countPatMuons.clone(
2  maxNumber = 1 # includes the signal muon
3 )

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().

tuple patRefSel_refMuJets_cfi.step4a
Initial value:
1 = cms.EDFilter(
2  "PATCandViewCountFilter"
3 , src = cms.InputTag( 'tightPatJets' )
4 , minNumber = cms.uint32( 1 )
5 , maxNumber = cms.uint32( 999999 )
6 )

Definition at line 45 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.step4b
Initial value:
1 = step4a.clone(
2  minNumber = 2
3 )

Definition at line 51 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.step4cLoose
Initial value:
1 = step4a.clone(
2  src = 'loosePatJets'
3 , minNumber = 3
4 )

Definition at line 57 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.step4cTight
Initial value:
1 = step4a.clone(
2  minNumber = 3
3 )

Definition at line 54 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.step5
Initial value:
1 = step4a.clone(
2  src = 'veryLoosePatJets'
3 , minNumber = 4
4 )

Definition at line 61 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.tightPatJets
Initial value:
1 = selectedPatJets.clone(
2  src = 'loosePatJets'
3 , cut = '' # tightJetCut
4 )

Definition at line 40 of file patRefSel_refMuJets_cfi.py.

tuple patRefSel_refMuJets_cfi.veryLoosePatJets
Initial value:
1 = selectedPatJets.clone(
2  src = 'selectedPatJets'
3 , cut = '' # veryLooseJetCut
4 )

Jets.

Definition at line 32 of file patRefSel_refMuJets_cfi.py.