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

Absorb CSCCommonTrigger into CSCTriggerPrimitives #31549

Merged
merged 2 commits into from
Sep 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions DQM/L1TMonitor/python/L1TCSCTF_cff.py

This file was deleted.

4 changes: 2 additions & 2 deletions DQM/L1TMonitor/python/L1TMonitor_cff.py
Original file line number Diff line number Diff line change
@@ -52,8 +52,8 @@
# CSCTPG DQM module
# not run in L1T - do we need it? FIXME

# CSCTF DQM module
from DQM.L1TMonitor.L1TCSCTF_cff import *
# CSCTF DQM module
from DQM.L1TMonitor.L1TCSCTF_cfi import *

# RPC DQM module - non-standard name of the module
from DQM.L1TMonitor.L1TRPCTF_cfi import *
5 changes: 1 addition & 4 deletions EventFilter/CSCTFRawToDigi/python/csctfpacker_cfi.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.CSCCommonTrigger.CSCCommonTrigger_cfi import *
from L1Trigger.CSCTriggerPrimitives.CSCCommonTrigger_cfi import *
csctfpacker = cms.EDProducer("CSCTFPacker",
CSCCommonTrigger,
# the above "using" statement is equivalent to settings below:
# int32 MinBX = 3
# int32 MaxBX = 9
zeroSuppression = cms.bool(True),
outputFile = cms.string(''),
lctProducer = cms.InputTag("simCscTriggerPrimitiveDigis","MPCSORTED"),
5 changes: 1 addition & 4 deletions EventFilter/CSCTFRawToDigi/python/csctfunpacker_cfi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.CSCCommonTrigger.CSCCommonTrigger_cfi import *
from L1Trigger.CSCTriggerPrimitives.CSCCommonTrigger_cfi import *
csctfunpacker = cms.EDProducer("CSCTFUnpacker",
CSCCommonTrigger,
# Set all values to 0 if you trust hardware settings
@@ -14,9 +14,6 @@
mappingFile = cms.string(''),
# Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
swapME1strips = cms.bool(False),
# the above "using" statement is equivalent to setting of LCT time window below:
# int32 MinBX = 3
# int32 MaxBX = 9
# Specify label of the module which produces raw CSCTF data
producer = cms.InputTag("rawDataCollector")
)
5 changes: 0 additions & 5 deletions L1Trigger/CSCCommonTrigger/BuildFile.xml

This file was deleted.

20 changes: 0 additions & 20 deletions L1Trigger/CSCCommonTrigger/interface/CSCFrontRearLUT.h

This file was deleted.

32 changes: 0 additions & 32 deletions L1Trigger/CSCCommonTrigger/interface/CSCPatternLUT.h

This file was deleted.

Loading