CMS 3D CMS Logo

pfTICL_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfTICL = cms.EDProducer("PFTICLProducer",
4  mightGet = cms.optional.untracked.vstring,
5  ticlCandidateSrc = cms.InputTag("ticlTrackstersMerge")
6 )