1 import FWCore.ParameterSet.Config
as cms
7 from L1Trigger.L1THGCal.egammaIdentification
import egamma_identification_drnn_cone
8 C3d_parValues = cms.PSet( type_multicluster = cms.string(
'dRC3d'),
9 dR_multicluster = cms.double(0.01),
10 minPt_multicluster = cms.double(0.5),
11 dist_dbscan_multicluster=cms.double(0.),
12 minN_dbscan_multicluster=cms.uint32(0),
13 EGIdentification=egamma_identification_drnn_cone.clone()
16 be_proc = cms.PSet( ProcessorName = cms.string(
'HGCalBackendLayer2Processor3DClustering'),
17 C3d_parameters = C3d_parValues.clone()
20 hgcalBackEndLayer2Producer = cms.EDProducer(
21 "HGCalBackendLayer2Producer",
22 InputCluster = cms.InputTag(
'hgcalBackEndLayer1Producer:HGCalBackendLayer1Processor2DClustering'),
23 ProcessorParameters = be_proc.clone()