CMS 3D CMS Logo

HGC3DClusterGenMatchSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tHGCal3DClusterGenMatchSelector = cms.EDProducer(
4  "HGC3DClusterGenMatchSelector",
5  src = cms.InputTag('l1tHGCalBackEndLayer2Producer:HGCalBackendLayer2Processor3DClustering'),
6  genSrc = cms.InputTag('genParticles'),
7  dR = cms.double(0.3)
8 )