CMS 3D CMS Logo

Variables
AlcaRecoSelection_cff Namespace Reference

Variables

 ALCARECOTkAlMuonIsolated
 Then select their tracks with additional cuts. More...
 
 ALCARECOTkAlMuonIsolatedGoodMuons = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.TkAlGoodIdMuonSelector.clone()
 ALCARECOTkAlMuonIsolated selection. More...
 
 ALCARECOTkAlMuonIsolatedRelCombIsoMuons
 
 applyAcoplanarityFilter
 
 applyChargeFilter
 
 applyGlobalMuonFilter
 
 applyIsolationtest
 
 applyMassrangeFilter
 
 goodPVs
 Good Primary Vertex Selection. More...
 
 muonSource
 
 mySeqALCARECOTkAlMuonIsolated = cms.Sequence(ALCARECOTkAlMuonIsolatedGoodMuons*ALCARECOTkAlMuonIsolatedRelCombIsoMuons*ALCARECOTkAlMuonIsolated)
 Define ALCARECO sequence. More...
 
 oneGoodPVSelection
 
 seqVertexSelection = cms.Sequence(goodPVs*oneGoodPVSelection)
 

Variable Documentation

◆ ALCARECOTkAlMuonIsolated

AlcaRecoSelection_cff.ALCARECOTkAlMuonIsolated
Initial value:
1 = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
2  filter = True,
3  applyBasicCuts = True,
4  ptMin = 2.0,
5  etaMin = -3.5,
6  etaMax = 3.5,
7  nHitMin = 0
8 )

Then select their tracks with additional cuts.

Definition at line 17 of file AlcaRecoSelection_cff.py.

◆ ALCARECOTkAlMuonIsolatedGoodMuons

AlcaRecoSelection_cff.ALCARECOTkAlMuonIsolatedGoodMuons = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.TkAlGoodIdMuonSelector.clone()

ALCARECOTkAlMuonIsolated selection.

First select goodId + isolated muons

Definition at line 11 of file AlcaRecoSelection_cff.py.

◆ ALCARECOTkAlMuonIsolatedRelCombIsoMuons

AlcaRecoSelection_cff.ALCARECOTkAlMuonIsolatedRelCombIsoMuons
Initial value:
1 = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.TkAlRelCombIsoMuonSelector.clone(
2  src = 'ALCARECOTkAlMuonIsolatedGoodMuons'
3 )

Definition at line 12 of file AlcaRecoSelection_cff.py.

◆ applyAcoplanarityFilter

AlcaRecoSelection_cff.applyAcoplanarityFilter

Definition at line 31 of file AlcaRecoSelection_cff.py.

◆ applyChargeFilter

AlcaRecoSelection_cff.applyChargeFilter

Definition at line 30 of file AlcaRecoSelection_cff.py.

◆ applyGlobalMuonFilter

AlcaRecoSelection_cff.applyGlobalMuonFilter

Definition at line 28 of file AlcaRecoSelection_cff.py.

◆ applyIsolationtest

AlcaRecoSelection_cff.applyIsolationtest

Definition at line 27 of file AlcaRecoSelection_cff.py.

◆ applyMassrangeFilter

AlcaRecoSelection_cff.applyMassrangeFilter

Definition at line 29 of file AlcaRecoSelection_cff.py.

◆ goodPVs

AlcaRecoSelection_cff.goodPVs
Initial value:
1 = cms.EDFilter("VertexSelector",
2  src = cms.InputTag('offlinePrimaryVertices'),
3  cut = cms.string('ndof>4 &'
4  'abs(z)<24 &'
5  '!isFake &'
6  'position.Rho<2'
7  ),
8 )

Good Primary Vertex Selection.

Definition at line 41 of file AlcaRecoSelection_cff.py.

Referenced by VertexTableProducer.produce().

◆ muonSource

AlcaRecoSelection_cff.muonSource

Definition at line 25 of file AlcaRecoSelection_cff.py.

◆ mySeqALCARECOTkAlMuonIsolated

AlcaRecoSelection_cff.mySeqALCARECOTkAlMuonIsolated = cms.Sequence(ALCARECOTkAlMuonIsolatedGoodMuons*ALCARECOTkAlMuonIsolatedRelCombIsoMuons*ALCARECOTkAlMuonIsolated)

Define ALCARECO sequence.

Definition at line 34 of file AlcaRecoSelection_cff.py.

◆ oneGoodPVSelection

AlcaRecoSelection_cff.oneGoodPVSelection
Initial value:
1 = cms.EDFilter("VertexCountFilter",
2  src = cms.InputTag('goodPVs'),
3  minNumber = cms.uint32(1),
4  maxNumber = cms.uint32(99999),
5 
6 )

Definition at line 49 of file AlcaRecoSelection_cff.py.

◆ seqVertexSelection

AlcaRecoSelection_cff.seqVertexSelection = cms.Sequence(goodPVs*oneGoodPVSelection)

Definition at line 55 of file AlcaRecoSelection_cff.py.