CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimGeneral/TrackingAnalysis/python/trackingParticlesNoSimHits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import SimGeneral.TrackingAnalysis.trackingParticles_cfi 
00004 mergedtruthNoSimHits = SimGeneral.TrackingAnalysis.trackingParticles_cfi.mergedtruth.clone(
00005     simHitCollections = cms.PSet(
00006         pixel = cms.vstring(),
00007         tracker = cms.vstring(),
00008         muon = cms.vstring(),
00009     )
00010 )
00011 
00012 trackingParticlesNoSimHits = cms.Sequence(mergedtruthNoSimHits)
00013