CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTFastRecoForTau_cff.py
Go to the documentation of this file.
2 
4 
5 hltRegionalPixelTracks = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
6 hltRegionalPixelTracks.FilterPSet.ptMin = 0.1
7 hltRegionalPixelTracks.RegionFactoryPSet.ComponentName = "L3MumuTrackingRegion"
8 hltRegionalPixelTracks.RegionFactoryPSet.RegionPSet = cms.PSet(
9  originRadius = cms.double( 1.0 ),
10  ptMin = cms.double( 0.5 ),
11  originHalfLength = cms.double( 15.0 ),
12  vertexZDefault = cms.double( 0.0 ),
13  vertexSrc = cms.InputTag( "hltDisplacedmumuVtxProducerDoubleMuTau2Mu" ),
14  deltaEtaRegion = cms.double( 0.5 ),
15  deltaPhiRegion = cms.double( 0.5 ),
16  TrkSrc = cms.InputTag( "hltL3Muons" ),
17  UseVtxTks = cms.bool( False )
18 )
19 
20 hltPixelTracksReg = FastSimulation.Tracking.HLTPixelTracksProducer_cfi.hltPixelTracks.clone()
21 hltPixelTracksReg.FilterPSet.ptMin = 0.1
22 hltPixelTracksReg.FilterPSet.chi2 = 50.
23 hltPixelTracksReg.RegionFactoryPSet.ComponentName = "CandidateSeededTrackingRegionsProducer"
24 hltPixelTracksReg.RegionFactoryPSet.RegionPSet = cms.PSet(
25  precise = cms.bool( True ),
26  originRadius = cms.double( 0.2 ),
27  ptMin = cms.double( 0.9 ),
28  beamSpot = cms.InputTag( "hltOnlineBeamSpot" ),
29  mode = cms.string( "BeamSpotSigma" ),
30  input = cms.InputTag( "hltL2TausForPixelIsolation" ),
31  maxNRegions = cms.int32( 10 ),
32  vertexCollection = cms.InputTag( "" ),
33  maxNVertices = cms.int32( 1 ),
34  zErrorBeamSpot = cms.double( 24.2 ),
35  deltaEta = cms.double( 0.5 ),
36  deltaPhi = cms.double( 0.5 ),
37  nSigmaZVertex = cms.double( 3.0 ),
38  zErrorVertex = cms.double( 0.2 ),
39  nSigmaZBeamSpot = cms.double( 4.0 )
40 )
41 
42 
43 
44 # CKFTrackCandidateMaker
46 
47 hltTau3MuCkfTrackCandidates = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone()
48 hltTau3MuCkfTrackCandidates.SeedProducer = cms.InputTag("hltTau3MuPixelSeedsFromPixelTracks")
49 hltTau3MuCkfTrackCandidates.TrackProducers = []
50 hltTau3MuCkfTrackCandidates.SeedCleaning = True
51 hltTau3MuCkfTrackCandidates.SplitHits = False
52 
53 
54 
55 # CTF track fit with material
57 
58 hltTau3MuCtfWithMaterialTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
59 hltTau3MuCtfWithMaterialTracks.src = 'hltTau3MuCkfTrackCandidates'
60 hltTau3MuCtfWithMaterialTracks.TTRHBuilder = 'WithoutRefit'
61 hltTau3MuCtfWithMaterialTracks.Fitter = 'KFFittingSmoother'
62 hltTau3MuCtfWithMaterialTracks.Propagator = 'PropagatorWithMaterial'
63