Revision: | 1.1 |
Committed: | Wed May 16 09:09:41 2012 UTC (12 years, 11 months ago) by yilmaz |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | HiForest_V02_08, HiForest_V02_07 |
Log Message: | update for jets |
# | User | Rev | Content |
---|---|---|---|
1 | yilmaz | 1.1 | import FWCore.ParameterSet.Config as cms |
2 | |||
3 | from CmsHi.JetAnalysis.TrkAnalyzers_cff import * | ||
4 | |||
5 | process.anaTrack.doSimTrack = True | ||
6 | process.anaTrack.fillSimTrack = cms.untracked.bool(True) | ||
7 | process.anaTrack.simTrackPtMin = 1 | ||
8 | |||
9 | process.pixelTrack.doSimTrack = True | ||
10 | process.pixelTrack.simTrackPtMin = 1 | ||
11 | process.pixelTrack.fillSimTrack = False |