CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CalibTracker/SiStripCommon/python/ShallowSimTracksProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from SimTracker.TrackAssociation.TrackAssociatorByHits_cfi import *
00004 
00005 shallowSimTracks = cms.EDProducer("ShallowSimTracksProducer",
00006                                   Associator=cms.ESInputTag('TrackAssociatorByHits:TrackAssociatorByHits'),
00007                                   TrackingParticles=cms.InputTag("mergedtruth:MergedTrackTruth"),
00008                                   Tracks=cms.InputTag("generalTracks",""),
00009                                   Prefix=cms.string("strack"),
00010                                   Suffix=cms.string(""))
00011