CMS 3D CMS Logo

Variables

HLTPixelTracksProducer_cfi Namespace Reference

Variables

tuple hltFastPixelHitsVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
tuple hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
tuple hltFastPixelTracks = hltPixelTracks.clone()
tuple hltFastPixelTracksRecover = hltPixelTracks.clone()
tuple hltFastPixelTracksRecoverVHbb = hltPixelTracks.clone()
tuple hltFastPixelTracksVHbb = hltPixelTracks.clone()
tuple hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
tuple hltFastPrimaryVertexbbPhi = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()
tuple hltFastPVPixelTracks = hltPixelTracks.clone()
tuple hltFastPVPixelTracksRecover = hltPixelTracks.clone()
tuple hltPixelTracks
tuple hltPixelTracksFastPVbbPhi = hltPixelTracks.clone()
tuple hltPixelTracksRecoverbbPhi = hltPixelTracks.clone()

Variable Documentation

tuple HLTPixelTracksProducer_cfi::hltFastPixelHitsVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()

Definition at line 27 of file HLTPixelTracksProducer_cfi.py.

tuple HLTPixelTracksProducer_cfi::hltFastPixelHitsVertexVHbb = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()

Definition at line 35 of file HLTPixelTracksProducer_cfi.py.

tuple HLTPixelTracksProducer_cfi::hltFastPixelTracks = hltPixelTracks.clone()

Definition at line 28 of file HLTPixelTracksProducer_cfi.py.

Definition at line 29 of file HLTPixelTracksProducer_cfi.py.

Definition at line 37 of file HLTPixelTracksProducer_cfi.py.

Definition at line 36 of file HLTPixelTracksProducer_cfi.py.

tuple HLTPixelTracksProducer_cfi::hltFastPrimaryVertex = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()

Definition at line 39 of file HLTPixelTracksProducer_cfi.py.

tuple HLTPixelTracksProducer_cfi::hltFastPrimaryVertexbbPhi = FastSimulation.HighLevelTrigger.DummyModule_cfi.dummyModule.clone()

Definition at line 31 of file HLTPixelTracksProducer_cfi.py.

tuple HLTPixelTracksProducer_cfi::hltFastPVPixelTracks = hltPixelTracks.clone()

Definition at line 40 of file HLTPixelTracksProducer_cfi.py.

Definition at line 41 of file HLTPixelTracksProducer_cfi.py.

Initial value:
00001 cms.EDProducer("PixelTracksProducer",
00002     FitterPSet = cms.PSet(
00003         ComponentName = cms.string('PixelFitterByHelixProjections'),
00004         TTRHBuilder = cms.string('WithoutRefit')
00005     ),
00006     SeedProducer = cms.InputTag("pixelTripletSeeds","PixelTriplet"),
00007     RegionFactoryPSet = cms.PSet(
00008         RegionPSetBlock,
00009         ComponentName = cms.string('GlobalRegionProducer')
00010     ),
00011     FilterPSet = cms.PSet(
00012         nSigmaInvPtTolerance = cms.double(0.0),
00013         nSigmaTipMaxTolerance = cms.double(0.0),
00014         ComponentName = cms.string('PixelTrackFilterByKinematics'),
00015         chi2 = cms.double(1000.0),
00016         ptMin = cms.double(0.1),
00017         tipMax = cms.double(1.0)
00018     )
00019 )

Definition at line 7 of file HLTPixelTracksProducer_cfi.py.

Definition at line 32 of file HLTPixelTracksProducer_cfi.py.

Definition at line 33 of file HLTPixelTracksProducer_cfi.py.