1 import FWCore.ParameterSet.Config
as cms
3 from L1Trigger.L1THGCalUtilities.caloTruthCellsProducer_cfi
import caloTruthCellsProducer
5 caloTruthCells = cms.Sequence(caloTruthCellsProducer)
7 if caloTruthCellsProducer.makeCellsCollection:
16 hgcalTruthConcentratorProducer = hgcalConcentratorProducer.clone(
17 InputTriggerCells = cms.InputTag(
'caloTruthCellsProducer')
20 hgcalTruthBackEndLayer1Producer = hgcalBackEndLayer1Producer.clone(
21 InputTriggerCells = cms.InputTag(
'hgcalTruthConcentratorProducer:HGCalConcentratorProcessorSelection')
24 hgcalTruthBackEndLayer2Producer = hgcalBackEndLayer2Producer.clone(
25 InputCluster = cms.InputTag(
'hgcalTruthBackEndLayer1Producer:HGCalBackendLayer1Processor2DClustering')
28 hgcalTruthTowerMapProducer = hgcalTowerMapProducer.clone(
29 InputTriggerCells = cms.InputTag(
'caloTruthCellsProducer')
32 hgcalTruthTowerProducer = hgcalTowerProducer.clone(
33 InputTowerMaps = cms.InputTag(
'hgcalTruthTowerMapProducer:HGCalTowerMapProcessor')
36 caloTruthCells += cms.Sequence(
37 hgcalTruthConcentratorProducer *
38 hgcalTruthBackEndLayer1Producer *
39 hgcalTruthBackEndLayer2Producer *
40 hgcalTruthTowerMapProducer *
41 hgcalTruthTowerProducer