CMS 3D CMS Logo

ParticleTowerProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 particleTowerProducer = cms.EDProducer('ParticleTowerProducer',
5  src = cms.InputTag('particleFlow'),
6  useHF = cms.untracked.bool(True)
7  )
8