Revision: | 1.9 |
Committed: | Tue Jan 22 16:33:34 2013 UTC (12 years, 3 months ago) by yilmaz |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | HiForest_V02_85, HiForest_V02_84, HiForest_V02_83, HiForest_V02_82, HiForest_V02_81, HiForest_V02_80, HiForest_V02_79, HiForest_V02_78, HiForest_V02_77, HiForest_V02_76, HiForest_V02_75, HiForest_V02_74, HiForest_V02_73, HiForest_V02_72, HiForest_V02_71, HiForest_V02_70, HiForest_V02_69, HiForest_V02_68, HiForest_V02_67, HiForest_V02_66, HiForest_V02_65, HiForest_V02_64, HiForest_V02_63, HiForest_V02_62, HiForest_V02_61, HiForest_V02_60, HiForest_V02_59, HiForest_V02_58, HiForest_V02_57, HiForest_V02_56, HiForest_V02_55, HiForest_V02_54, HiForest_V02_53, HiForest_V02_52, HiForest_V02_51, HiForest_V02_50, HiForest_V02_49, HiForest_V02_48, HiForest_V02_47, HiForest_V02_46, HEAD |
Changes since 1.8: | +3 -0 lines |
Log Message: | vertex analysis update |
# | Content |
---|---|
1 | import FWCore.ParameterSet.Config as cms |
2 | |
3 | from CmsHi.JetAnalysis.TrkAnalyzers_cff import * |
4 | from CmsHi.JetAnalysis.TrkEfficiency_cff import * |
5 | |
6 | anaTrack.doSimVertex = True |
7 | anaTrack.doSimTrack = True |
8 | anaTrack.fillSimTrack = cms.untracked.bool(True) |
9 | anaTrack.simTrackPtMin = 1 |
10 | |
11 | pixelTrack.doSimVertex = True |
12 | pixelTrack.doSimTrack = True |
13 | pixelTrack.simTrackPtMin = 1 |
14 | pixelTrack.fillSimTrack = cms.untracked.bool(True) |
15 | |
16 | mergedTrack.doSimTrack = True |
17 | mergedTrack.simTrackPtMin = 1 |
18 | mergedTrack.fillSimTrack = cms.untracked.bool(True) |
19 | |
20 | anaTrack.tpFakeSrc = cms.untracked.InputTag("cutsTPForFak") |
21 | anaTrack.tpEffSrc = cms.untracked.InputTag("cutsTPForEff") |
22 | pixelTrack.tpFakeSrc = cms.untracked.InputTag("cutsTPForFak") |
23 | pixelTrack.tpEffSrc = cms.untracked.InputTag("cutsTPForEff") |
24 | anaTrack.tpFakeSrc = cms.untracked.InputTag("cutsTPForFak") |
25 | anaTrack.tpEffSrc = cms.untracked.InputTag("cutsTPForEff") |
26 | pixelTrack.tpFakeSrc = cms.untracked.InputTag("cutsTPForFak") |
27 | pixelTrack.tpEffSrc = cms.untracked.InputTag("cutsTPForEff") |
28 | |
29 | |
30 | cutsTPForFak.ptMin = 0.45 |
31 | cutsTPForEff.ptMin = 0.45 |
32 | |
33 | ppTrack.doSimVertex = True |
34 | ppTrack.doSimTrack = True |
35 | ppTrack.fillSimTrack = cms.untracked.bool(True) |
36 | ppTrack.simTrackPtMin = 1 |
37 | ppTrack.tpFakeSrc = cms.untracked.InputTag("cutsTPForFak") |
38 | ppTrack.tpEffSrc = cms.untracked.InputTag("cutsTPForEff") |
39 | ppTrack.tpFakeSrc = cms.untracked.InputTag("cutsTPForFak") |
40 | ppTrack.tpEffSrc = cms.untracked.InputTag("cutsTPForEff") |