Skip to content

Commit

Permalink
rename cfis
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillol committed Sep 12, 2022
1 parent 916bd54 commit 7801862
Show file tree
Hide file tree
Showing 81 changed files with 140 additions and 140 deletions.
28 changes: 14 additions & 14 deletions L1Trigger/Configuration/python/SimL1Emulator_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,25 @@
# Barrel and EndCap EGamma
# ########################################################################

from L1Trigger.L1CaloTrigger.L1EGammaCrystalsEmulatorProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tEGammaCrystalsEmulatorProducer_cfi import *
_phase2_siml1emulator.add(l1tEGammaClusterEmuProducer)

# Barrel and EndCap CaloJet/HT
# ########################################################################
# ---- Produce the calibrated tower collection combining Barrel, HGCal, HF
from L1Trigger.L1CaloTrigger.L1TowerCalibrationProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tTowerCalibrationProducer_cfi import *
l1tTowerCalibration = l1tTowerCalibrationProducer.clone(
L1HgcalTowersInputTag = ("l1tHGCalTowerProducer","HGCalTowerProcessor",""),
l1CaloTowers = ("l1tEGammaClusterEmuProducer","L1CaloTowerCollection","")
)
# ---- Produce the L1CaloJets
from L1Trigger.L1CaloTrigger.L1CaloJetProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tCaloJetProducer_cfi import *
l1tCaloJet = l1tCaloJetProducer.clone (
l1CaloTowers = ("l1tTowerCalibration","L1CaloTowerCalibratedCollection",""),
L1CrystalClustersInputTag = ("l1tEGammaClusterEmuProducer", "","")
)
# ---- Produce the CaloJet HTT Sums
from L1Trigger.L1CaloTrigger.L1CaloJetHTTProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tCaloJetHTTProducer_cfi import *
l1tCaloJetHTT = l1tCaloJetHTTProducer.clone(
BXVCaloJetsInputTag = ("L1CaloJet", "CaloJets")
)
Expand All @@ -120,8 +120,8 @@
# ########################################################################
# Phase-2 L1T - TrackTrigger dependent modules
# ########################################################################
from L1Trigger.L1TTrackMatch.L1GTTInputProducer_cfi import *
from L1Trigger.VertexFinder.VertexProducer_cfi import *
from L1Trigger.L1TTrackMatch.l1tGTTInputProducer_cfi import *
from L1Trigger.VertexFinder.l1tVertexProducer_cfi import *
l1tVertexFinder = l1tVertexProducer.clone()
l1tVertexFinderEmulator = l1tVertexProducer.clone()
l1tVertexFinderEmulator.VertexReconstruction.Algorithm = "fastHistoEmulation"
Expand All @@ -145,10 +145,10 @@

# Tracker Objects
# ########################################################################
from L1Trigger.L1TTrackMatch.L1TrackJetProducer_cfi import *
from L1Trigger.L1TTrackMatch.L1TrackFastJetProducer_cfi import *
from L1Trigger.L1TTrackMatch.L1TrackerEtMissProducer_cfi import *
from L1Trigger.L1TTrackMatch.L1TkHTMissProducer_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackJets_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackFastJets_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackerEtMiss_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackerHTMiss_cfi import *
# make the input tags consistent with the choice L1VertexFinder above
l1tTrackJets.L1PVertexCollection = ("L1VertexFinder", "l1vertices")
l1tTrackJetsExtended.L1PVertexCollection = ("L1VertexFinder", "l1vertices")
Expand All @@ -162,15 +162,15 @@
_phase2_siml1emulator.add(l1tTrackerHTMiss)

#Emulated tracker objects
from L1Trigger.L1TTrackMatch.L1TrackJetEmulationProducer_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackJetsEmulation_cfi import *
_phase2_siml1emulator.add(l1tTrackJetsEmulation)
_phase2_siml1emulator.add(l1tTrackJetsExtendedEmulation)

from L1Trigger.L1TTrackMatch.L1TrackerEtMissEmulatorProducer_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackerEmuEtMiss_cfi import *
l1tTrackerEmuEtMiss.L1VertexInputTag = ("L1VertexFinderEmulator","l1verticesEmulation")
_phase2_siml1emulator.add(l1tTrackerEmuEtMiss)

from L1Trigger.L1TTrackMatch.L1TkHTMissEmulatorProducer_cfi import *
from L1Trigger.L1TTrackMatch.l1tTrackerEmuHTMiss_cfi import *
_phase2_siml1emulator.add(l1tTrackerEmuHTMiss)
_phase2_siml1emulator.add(l1tTrackerEmuHTMissExtended)

Expand Down Expand Up @@ -204,7 +204,7 @@
from L1Trigger.Phase2L1ParticleFlow.l1pfJetMet_cff import *
_phase2_siml1emulator.add(L1TPFJetsTask)

from L1Trigger.Phase2L1ParticleFlow.L1MetPfProducer_cfi import *
from L1Trigger.Phase2L1ParticleFlow.l1tMETPFProducer_cfi import *
_phase2_siml1emulator.add(l1tMETPFProducer)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
)

process.load("L1Trigger.TrackFindingTracklet.L1HybridEmulationTracks_cff")
process.load('L1Trigger.L1TTrackMatch.L1GTTInputProducer_cfi')
process.load('L1Trigger.L1TTrackMatch.l1tGTTInputProducer_cfi')
process.load('L1Trigger.VertexFinder.VertexProducer_cff')
process.load('L1Trigger.DemonstratorTools.GTTFileWriter_cff')

Expand Down
8 changes: 4 additions & 4 deletions L1Trigger/L1CaloTrigger/python/L1CaloJets_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
#
# ---- Produce the L1EGCrystal clusters using Emulator

from L1Trigger.L1CaloTrigger.L1EGammaCrystalsEmulatorProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tEGammaCrystalsEmulatorProducer_cfi import *
l1tEGammaClusterEmuProducer.ecalTPEB = cms.InputTag("simEcalEBTriggerPrimitiveDigis","","")


# --------------------------------------------------------------------------------------------
#
# ---- Produce the calibrated tower collection combining Barrel, HGCal, HF

from L1Trigger.L1CaloTrigger.L1TowerCalibrationProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tTowerCalibrationProducer_cfi import *
l1tTowerCalibrationProducer.L1HgcalTowersInputTag = cms.InputTag("l1tHGCalTowerProducer","HGCalTowerProcessor","")
l1tTowerCalibrationProducer.l1CaloTowers = cms.InputTag("l1tEGammaClusterEmuProducer","L1CaloTowerCollection","")

Expand All @@ -26,7 +26,7 @@
#
# ---- Produce the L1CaloJets

from L1Trigger.L1CaloTrigger.L1CaloJetProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tCaloJetProducer_cfi import *
l1tCaloJetProducer.l1CaloTowers = cms.InputTag("l1tTowerCalibrationProducer","L1CaloTowerCalibratedCollection","")
l1tCaloJetProducer.L1CrystalClustersInputTag = cms.InputTag("l1tEGammaClusterEmuProducer", "L1EGXtalClusterEmulator","")

Expand All @@ -36,7 +36,7 @@
#
# ---- Produce the CaloJet HTT Sums

from L1Trigger.L1CaloTrigger.L1CaloJetHTTProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tCaloJetHTTProducer_cfi import *



Expand Down
6 changes: 3 additions & 3 deletions L1Trigger/L1CaloTrigger/python/Phase1L1TJets_9x9_cff.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1CaloTrigger.Phase1L1TJetProducer_cfi import l1tPhase1JetProducer
from L1Trigger.L1CaloTrigger.Phase1L1TJetCalibrator_9x9Jets_cfi import l1tPhase1JetCalibrator9
from L1Trigger.L1CaloTrigger.Phase1L1TJetSumsProducer_cfi import l1tPhase1JetSumsProducer
from L1Trigger.L1CaloTrigger.l1tPhase1JetProducer_cfi import l1tPhase1JetProducer
from L1Trigger.L1CaloTrigger.l1tPhase1JetCalibrator9_cfi import l1tPhase1JetCalibrator9
from L1Trigger.L1CaloTrigger.l1tPhase1JetSumsProducer_cfi import l1tPhase1JetSumsProducer

l1tPhase1JetProducer9x9 = l1tPhase1JetProducer.clone(
jetIEtaSize = 9,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1CaloTrigger.Phase1L1TJetProducer_cfi import l1tPhase1JetProducer
from L1Trigger.L1CaloTrigger.Phase1L1TJetCalibrator_9x9trimmedJets_cfi import l1tPhase1JetCalibrator
from L1Trigger.L1CaloTrigger.Phase1L1TJetSumsProducer_cfi import l1tPhase1JetSumsProducer
from L1Trigger.L1CaloTrigger.l1tPhase1JetProducer_cfi import l1tPhase1JetProducer
from L1Trigger.L1CaloTrigger.l1tPhase1JetCalibrator_9x9trimmed_cfi import l1tPhase1JetCalibrator_9x9trimmed
from L1Trigger.L1CaloTrigger.l1tPhase1JetSumsProducer_cfi import l1tPhase1JetSumsProducer

l1tPhase1JetProducer9x9trimmed = l1tPhase1JetProducer.clone(
jetIEtaSize = 9,
Expand All @@ -11,7 +11,7 @@
outputCollectionName = "UncalibratedPhase1L1TJetFromPfCandidates"
)

l1tPhase1JetCalibrator9x9trimmed = l1tPhase1JetCalibrator.clone(
l1tPhase1JetCalibrator9x9trimmed = l1tPhase1JetCalibrator_9x9trimmed.clone(
inputCollectionTag = ("l1tPhase1JetProducer9x9trimmed", "UncalibratedPhase1L1TJetFromPfCandidates", ""),
outputCollectionName = "Phase1L1TJetFromPfCandidates"
)
Expand Down
6 changes: 3 additions & 3 deletions L1Trigger/L1CaloTrigger/python/Phase1L1TJets_cff.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1CaloTrigger.Phase1L1TJetProducer_cfi import l1tPhase1JetProducer
from L1Trigger.L1CaloTrigger.Phase1L1TJetCalibrator_cfi import l1tPhase1JetCalibrator
from L1Trigger.L1CaloTrigger.Phase1L1TJetSumsProducer_cfi import l1tPhase1JetSumsProducer
from L1Trigger.L1CaloTrigger.l1tPhase1JetProducer_cfi import l1tPhase1JetProducer
from L1Trigger.L1CaloTrigger.l1tPhase1JetCalibrator_cfi import l1tPhase1JetCalibrator
from L1Trigger.L1CaloTrigger.l1tPhase1JetSumsProducer_cfi import l1tPhase1JetSumsProducer

L1TPhase1JetsSequence = cms.Sequence(
l1tPhase1JetProducer +
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1CaloTrigger/python/l1EgammaStaProducers_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1CaloTrigger.L1EGammaCrystalsEmulatorProducer_cfi import *
from L1Trigger.L1CaloTrigger.l1tEGammaCrystalsEmulatorProducer_cfi import *

L1TEgammaStaProducers = cms.Sequence(l1tEGammaClusterEmuProducer)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
)
)

l1tPhase1JetCalibrator = cms.EDProducer('Phase1L1TJetCalibrator',
l1tPhase1JetCalibrator_9x9trimmed = cms.EDProducer('Phase1L1TJetCalibrator',
inputCollectionTag = cms.InputTag("l1tPhase1JetProducer", "UncalibratedPhase1L1TJetFromPfCandidates", ""),
absEtaBinning = cms.vdouble([p.etaMin.value() for p in calibration] + [calibration[-1].etaMax.value()]),
calibration = calibration,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# ---- Produce the L1EGCrystal clusters using Emulator


process.load('L1Trigger.L1CaloTrigger.L1EGammaCrystalsEmulatorProducer_cfi')
process.load('L1Trigger.L1CaloTrigger.l1tEGammaCrystalsEmulatorProducer_cfi')

process.pL1EG = cms.Path( process.l1tEGammaClusterEmuProducer )

Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/customClustering.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import FWCore.ParameterSet.Config as cms
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import dummy_C2d_params, \
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import dummy_C2d_params, \
distance_C2d_params, \
topological_C2d_params, \
constrTopological_C2d_params
from L1Trigger.L1THGCal.hgcalBackEndLayer2Producer_cfi import distance_C3d_params, \
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer2Producer_cfi import distance_C3d_params, \
dbscan_C3d_params, \
histoMax_C3d_clustering_params, \
histoMaxVariableDR_C3d_params, \
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCal/python/customHistoSeeding.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms
from L1Trigger.L1THGCal.hgcalBackEndLayer2Producer_cfi import histoMax_C3d_seeding_params, \
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer2Producer_cfi import histoMax_C3d_seeding_params, \
histoSecondaryMax_C3d_params, \
histoInterpolatedMax_C3d_params, \
histoThreshold_C3d_params, \
Expand Down
6 changes: 3 additions & 3 deletions L1Trigger/L1THGCal/python/customNewProcessors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import layer1truncation_proc
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import stage1truncation_proc
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import truncation_params
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import layer1truncation_proc
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import stage1truncation_proc
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import truncation_params

def custom_layer1_truncation(process):
parameters = layer1truncation_proc.clone()
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCal/python/customTriggerCellSelect.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms
import SimCalorimetry.HGCalSimProducers.hgcalDigitizer_cfi as digiparam
from L1Trigger.L1THGCal.hgcalConcentratorProducer_cfi import threshold_conc_proc, best_conc_proc, supertc_conc_proc, coarsetc_onebitfraction_proc, coarsetc_equalshare_proc, bestchoice_ndata_decentralized, custom_conc_proc, autoEncoder_conc_proc
from L1Trigger.L1THGCal.l1tHGCalConcentratorProducer_cfi import threshold_conc_proc, best_conc_proc, supertc_conc_proc, coarsetc_onebitfraction_proc, coarsetc_equalshare_proc, bestchoice_ndata_decentralized, custom_conc_proc, autoEncoder_conc_proc

def custom_triggercellselect_supertriggercell(process,
stcSize=supertc_conc_proc.stcSize,
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCal/python/customVFE.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from L1Trigger.L1THGCal.hgcalVFEProducer_cfi import vfe_proc
from L1Trigger.L1THGCal.l1tHGCalVFEProducer_cfi import vfe_proc

def custom_hgcroc_oot(process,
oot_coefficients=vfe_proc.linearizationCfg_si.oot_coefficients
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/hgcalBackEndLayer1_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import *


L1THGCalBackEndLayer1 = cms.Task(l1tHGCalBackEndLayer1Producer)
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/hgcalBackEndLayer2_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalBackEndLayer2Producer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer2Producer_cfi import *


L1THGCalBackEndLayer2 = cms.Task(l1tHGCalBackEndLayer2Producer)
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/hgcalConcentrator_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalConcentratorProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalConcentratorProducer_cfi import *


L1THGCalConcentrator = cms.Task(l1tHGCalConcentratorProducer)
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/hgcalTowerMap_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalTowerMapProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTowerMapProducer_cfi import *


L1THGCalTowerMap = cms.Task(l1tHGCalTowerMapProducer)
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/hgcalTower_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalTowerProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTowerProducer_cfi import *


L1THGCalTower = cms.Task(l1tHGCalTowerProducer)
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCal/python/hgcalTriggerPrimitivesNew_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalVFE_cff import *
from L1Trigger.L1THGCal.hgcalConcentrator_cff import *
from L1Trigger.L1THGCal.hgcalBackEndLayer1_cff import *
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCal/python/hgcalTriggerPrimitives_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalVFE_cff import *
from L1Trigger.L1THGCal.hgcalConcentrator_cff import *
from L1Trigger.L1THGCal.hgcalBackEndLayer1_cff import *
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1THGCal/python/hgcalVFE_cff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.hgcalVFEProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalVFEProducer_cfi import *

L1THGCalVFE = cms.Task(l1tHGCalVFEProducer)
L1THFnoseVFE = cms.Task(l1tHFnoseVFEProducer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
rounding = cms.bool(True),
)

from L1Trigger.L1THGCal.hgcalVFEProducer_cfi import vfe_proc
from L1Trigger.L1THGCal.l1tHGCalVFEProducer_cfi import vfe_proc
best_conc_proc = cms.PSet(ProcessorName = cms.string('HGCalConcentratorProcessorSelection'),
Method = cms.vstring(['bestChoiceSelect']*3),
NData = cms.vuint32(bestchoice_ndata_decentralized),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms
import L1Trigger.L1THGCal.hgcalTowerMapProducer_cfi as hgcalTowerMapProducer_cfi
import L1Trigger.L1THGCal.l1tHGCalTowerMapProducer_cfi as hgcalTowerMapProducer_cfi

tower = cms.PSet( ProcessorName = cms.string('HGCalTowerProcessor'),
includeTrigCells = cms.bool(False),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalTriggerGeometryESProducer_cfi import *
from L1Trigger.L1THGCal.l1tHGCalTriggerGeometryESProducer_cfi import *

import SimCalorimetry.HGCalSimProducers.hgcalDigitizer_cfi as digiparam
import RecoLocalCalo.HGCalRecProducers.HGCalUncalibRecHit_cfi as recoparam
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import dummy_C2d_params
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import dummy_C2d_params

l1tCaloTruthCellsProducer = cms.EDProducer('CaloTruthCellsProducer',
caloParticles = cms.InputTag('mix', 'MergedCaloTruth'),
Expand Down
10 changes: 5 additions & 5 deletions L1Trigger/L1THGCalUtilities/python/caloTruthCells_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
if l1tCaloTruthCellsProducer.makeCellsCollection:
## cluster and tower sequence

from L1Trigger.L1THGCal.hgcalConcentratorProducer_cfi import l1tHGCalConcentratorProducer
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import l1tHGCalBackEndLayer1Producer
from L1Trigger.L1THGCal.hgcalBackEndLayer2Producer_cfi import l1tHGCalBackEndLayer2Producer
from L1Trigger.L1THGCal.hgcalTowerMapProducer_cfi import l1tHGCalTowerMapProducer
from L1Trigger.L1THGCal.hgcalTowerProducer_cfi import l1tHGCalTowerProducer
from L1Trigger.L1THGCal.l1tHGCalConcentratorProducer_cfi import l1tHGCalConcentratorProducer
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import l1tHGCalBackEndLayer1Producer
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer2Producer_cfi import l1tHGCalBackEndLayer2Producer
from L1Trigger.L1THGCal.l1tHGCalTowerMapProducer_cfi import l1tHGCalTowerMapProducer
from L1Trigger.L1THGCal.l1tHGCalTowerProducer_cfi import l1tHGCalTowerProducer

l1tHGCalTruthConcentratorProducer = l1tHGCalConcentratorProducer.clone(
InputTriggerCells = cms.InputTag('l1tCaloTruthCellsProducer')
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCalUtilities/python/clustering2d.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import dummy_C2d_params, \
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import dummy_C2d_params, \
distance_C2d_params, \
topological_C2d_params, \
constrTopological_C2d_params, \
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCalUtilities/python/clustering2d_v2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms
from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import dummy_C2d_params, \
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer1Producer_cfi import dummy_C2d_params, \
stage1truncation_proc, \
truncation_params

Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCalUtilities/python/clustering3d.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FWCore.ParameterSet.Config as cms
from L1Trigger.L1THGCal.hgcalBackEndLayer2Producer_cfi import distance_C3d_params, \
from L1Trigger.L1THGCal.l1tHGCalBackEndLayer2Producer_cfi import distance_C3d_params, \
dbscan_C3d_params, \
histoMax_C3d_clustering_params, \
histoMax_C3d_seeding_params, \
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCalUtilities/python/concentrator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import FWCore.ParameterSet.Config as cms
import SimCalorimetry.HGCalSimProducers.hgcalDigitizer_cfi as digiparam
from L1Trigger.L1THGCal.hgcalConcentratorProducer_cfi import threshold_conc_proc, best_conc_proc, supertc_conc_proc, coarsetc_onebitfraction_proc, custom_conc_proc, autoEncoder_conc_proc
from L1Trigger.L1THGCal.l1tHGCalConcentratorProducer_cfi import threshold_conc_proc, best_conc_proc, supertc_conc_proc, coarsetc_onebitfraction_proc, custom_conc_proc, autoEncoder_conc_proc


class CreateSuperTriggerCell(object):
Expand Down
Loading

0 comments on commit 7801862

Please sign in to comment.