Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove L1Tk paths defined in L1TkObjectProducers_cff.py #31057

Merged
merged 3 commits into from Aug 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions L1Trigger/Configuration/python/SimL1Emulator_cff.py
Expand Up @@ -98,6 +98,13 @@
# ########################################################################
from L1Trigger.L1TTrackMatch.L1TkObjectProducers_cff import *

###################################################################################

from L1Trigger.L1TTrackMatch.L1TkPrimaryVertexProducer_cfi import L1TkPrimaryVertex
from L1Trigger.L1TTrackMatch.L1TkElectronTrackProducer_cfi import L1TkElectronsCrystal, L1TkElectronsLooseCrystal, L1TkElectronsEllipticMatchCrystal, L1TkIsoElectronsCrystal, L1TkElectronsHGC, L1TkIsoElectronsHGC
from L1Trigger.L1TTrackMatch.L1TkEmParticleProducer_cfi import L1TkPhotonsCrystal, L1TkPhotonsHGC
from L1Trigger.L1TTrackMatch.L1TkMuonProducer_cfi import L1TkMuons

_phase2_siml1emulator.add(L1TkPrimaryVertex)

_phase2_siml1emulator.add(L1TkElectronsCrystal)
Expand Down
78 changes: 0 additions & 78 deletions L1Trigger/L1TTrackMatch/python/L1TkObjectProducers_cff.py

This file was deleted.