Skip to content

Commit 751065b

Browse files
committed
add hltPixelVertices to event content of TkAlHLTTracks{ZMuMu} alca flavours, add collection of pixeltracks associated to hardest vertex in hltPixelVertices
1 parent 757f9c7 commit 751065b

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'keep SiStripClusteredmNewDetSetVector_ALCARECOTkAlHLTTracksZMuMu_*_*',
1414
'keep L1AcceptBunchCrossings_*_*_*',
1515
'keep *_TriggerResults_*_*',
16+
'keep *_hltPixelVertices_*_*',
1617
'keep *_hltVerticesPFFilter_*_*',
1718
'keep *_hltOnlineBeamSpot_*_*'
1819
)

Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
'keep SiStripClusteredmNewDetSetVector_ALCARECOTkAlHLTTracks_*_*',
1414
'keep L1AcceptBunchCrossings_*_*_*',
1515
'keep *_TriggerResults_*_*',
16+
'keep *_hltPixelVertices_*_*',
1617
'keep *_hltVerticesPFFilter_*_*',
18+
'keep *_ALCARECOTkAlHLTPixelVertexTracks_*_*',
1719
'keep *_hltOnlineBeamSpot_*_*')
1820
)
1921

Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,15 @@
4040
ALCARECOTkAlHLTTracks.TwoBodyDecaySelector.applyChargeFilter = False
4141
ALCARECOTkAlHLTTracks.TwoBodyDecaySelector.applyAcoplanarityFilter = False
4242

43-
seqALCARECOTkAlHLTTracks = cms.Sequence(ALCARECOTkAlHLTTracksHLT+ALCARECOTkAlHLTTracksDCSFilter+ALCARECOTkAlHLTTracks)
43+
##################################################################
44+
# Tracks from the selected vertex
45+
#################################################################
46+
import Alignment.CommonAlignmentProducer.AlignmentTracksFromVertexSelector_cfi as TracksFromPixelVertex
47+
ALCARECOTkAlHLTPixelVertexTracks = TracksFromPixelVertex.AlignmentTracksFromVertexSelector.clone(
48+
src = 'hltPixelTracks',
49+
vertices = 'hltPixelVertices',
50+
useClosestVertexToDilepton = False,
51+
vertexIndex = 0,
52+
)
53+
54+
seqALCARECOTkAlHLTTracks = cms.Sequence(ALCARECOTkAlHLTTracksHLT+ALCARECOTkAlHLTTracksDCSFilter+ALCARECOTkAlHLTTracks+ALCARECOTkAlHLTPixelVertexTracks)

0 commit comments

Comments
 (0)