CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackingParticlesNoSimHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 mergedtruthNoSimHits = SimGeneral.TrackingAnalysis.trackingParticles_cfi.mergedtruth.clone(
5  simHitCollections = cms.PSet(
6  pixel = cms.vstring(),
7  tracker = cms.vstring(),
8  muon = cms.vstring(),
9  )
10 )
11 
12 trackingParticlesNoSimHits = cms.Sequence(mergedtruthNoSimHits)
13