CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
RecoPixelVertexing_cff Namespace Reference

Variables

tuple cuda
 
tuple pixelVerticesCUDA
 
tuple pixelVerticesSoA
 
tuple pixelVerticesTask
 
tuple recopixelvertexing = cms.Sequence(recopixelvertexingTask)
 
tuple recopixelvertexingTask
 
string src = "pixelVerticesSoA"
 

Variable Documentation

tuple RecoPixelVertexing_cff.cuda
Initial value:
1 = _pixelVerticesSoA.clone(
2  src = cms.InputTag("pixelVerticesCUDA")
3  )

Definition at line 50 of file RecoPixelVertexing_cff.py.

tuple RecoPixelVertexing_cff.pixelVerticesCUDA
Initial value:
1 = _pixelVerticesCUDA.clone(
2  pixelTrackSrc = "pixelTracksCUDA",
3  onGPU = True
4 )

Definition at line 42 of file RecoPixelVertexing_cff.py.

tuple RecoPixelVertexing_cff.pixelVerticesSoA
Initial value:
2  cpu = _pixelVerticesCUDA.clone(
3  pixelTrackSrc = "pixelTracksSoA",
4  onGPU = False
5  )
6 )

Definition at line 17 of file RecoPixelVertexing_cff.py.

tuple RecoPixelVertexing_cff.pixelVerticesTask
Initial value:
1 = cms.Task(
2  pixelVertices
3 )

Definition at line 8 of file RecoPixelVertexing_cff.py.

tuple RecoPixelVertexing_cff.recopixelvertexing = cms.Sequence(recopixelvertexingTask)

Definition at line 67 of file RecoPixelVertexing_cff.py.

tuple RecoPixelVertexing_cff.recopixelvertexingTask
Initial value:
1 = cms.Task(
2  pixelTracksTask,
3  pixelVerticesTask
4 )

Definition at line 63 of file RecoPixelVertexing_cff.py.

string RecoPixelVertexing_cff.src = "pixelVerticesSoA"

Definition at line 27 of file RecoPixelVertexing_cff.py.