CMS 3D CMS Logo

hltEgammaHGCALIDVarsUnseeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaHGCALIDVarsUnseeded = cms.EDProducer("EgammaHLTHGCalIDVarProducer",
4  hgcalRecHits = cms.InputTag("particleFlowRecHitHGC"),
5  layerClusters = cms.InputTag("hgcalMergeLayerClusters"),
6  rCylinder = cms.double(2.8),
7  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded")
8 )