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