Skip to content

Commit

Permalink
Merge pull request #35826 from mmusich/removeVertexCutForCosmicsResid…
Browse files Browse the repository at this point in the history
…uals

`SiStripSourceConfigP5_cff` remove parameters added by mistake in #35811
  • Loading branch information
cmsbuild committed Oct 25, 2021
2 parents 4b6b4fa + ebef8ac commit c1e4f16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DQM/SiStripMonitorClient/python/SiStripSourceConfigP5_cff.py
Expand Up @@ -94,21 +94,18 @@
SiStripMonitorTrack_cosmicTk = DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi.SiStripMonitorTrack.clone(
TrackProducer = 'cosmictrackfinderP5',
Mod_On = False,
VertexCut = False
)

# Clone for CKF Tracks
SiStripMonitorTrack_ckf = DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi.SiStripMonitorTrack.clone(
TrackProducer = 'ctfWithMaterialTracksP5',
Mod_On = False,
VertexCut = False
)

# Clone fir Road Search Tracks
# SiStripMonitorTrack_rs = DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi.SiStripMonitorTrack.clone(
# TrackProducer = 'rsWithMaterialTracksP5',
# Mod_On = True,
# VertexCut = False
# )

# Clone for General Tracks (for Collision)
Expand Down

0 comments on commit c1e4f16

Please sign in to comment.