ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/Utilities/python/HiTrackMCMatch_cfi.py
Revision: 1.1
Committed: Mon Sep 7 22:56:24 2009 UTC (15 years, 7 months ago) by allfrey
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Log Message:
adding files for track matching in mixed events

File Contents

# User Rev Content
1 allfrey 1.1 import FWCore.ParameterSet.Config as cms
2    
3     hiTrackMCMatch = cms.EDFilter("HiMCTrackMatcher",
4     trackingParticles = cms.InputTag("mergedtruth","MergedTrackTruth"),
5     tracks = cms.InputTag("hiGlobalPrimTracks"),
6     genParticles = cms.InputTag("hiGenParticles"),
7     associator = cms.string('TrackAssociatorByHits')
8     )
9    
10