CMS 3D CMS Logo

caloTruthCellsProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from L1Trigger.L1THGCal.hgcalBackEndLayer1Producer_cfi import dummy_C2d_params
4 
5 caloTruthCellsProducer = cms.EDProducer('CaloTruthCellsProducer',
6  caloParticles = cms.InputTag('mix', 'MergedCaloTruth'),
7  triggerCells = cms.InputTag('hgcalVFEProducer:HGCalVFEProcessorSums'),
8  simHitsEE = cms.InputTag('g4SimHits:HGCHitsEE'),
9  simHitsHEfront = cms.InputTag('g4SimHits:HGCHitsHEfront'),
10  simHitsHEback = cms.InputTag('g4SimHits:HcalHits'),
11  makeCellsCollection = cms.bool(True),
12  dummyClustering = dummy_C2d_params.clone()
13 )
hgcalBackEndLayer1Producer_cfi