CMS 3D CMS Logo

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

Variables

tuple _phase2_tktiming_layer_vertexrecoTask
 
tuple _phase2_tktiming_vertexrecoTask
 
tuple offlinePrimaryVertices
 
tuple offlinePrimaryVerticesWithBS
 
tuple trackRefsForJetsBeforeSorting = trackRefsForJets.clone(src="trackWithVertexRefSelectorBeforeSorting")
 
tuple trackWithVertexRefSelectorBeforeSorting
 
tuple unsortedOfflinePrimaryVertices = offlinePrimaryVertices.clone()
 
tuple vertexreco = cms.Sequence(vertexrecoTask)
 
tuple vertexrecoTask
 

Variable Documentation

tuple RecoVertex_cff._phase2_tktiming_layer_vertexrecoTask
Initial value:
1 = cms.Task( _phase2_tktiming_vertexrecoTask.copy() ,
2  unsortedOfflinePrimaryVertices4DnoPID ,
3  trackWithVertexRefSelectorBeforeSorting4DnoPID ,
4  trackRefsForJetsBeforeSorting4DnoPID ,
5  offlinePrimaryVertices4DnoPID ,
6  offlinePrimaryVertices4DnoPIDWithBS,
7  tofPID,
8  tofPID4DnoPID,
9  )

Definition at line 75 of file RecoVertex_cff.py.

tuple RecoVertex_cff._phase2_tktiming_vertexrecoTask
Initial value:
1 = cms.Task( vertexrecoTask.copy() ,
2  tpClusterProducer ,
3  quickTrackAssociatorByHits ,
4  trackTimeValueMapProducer ,
5  unsortedOfflinePrimaryVertices4D,
6  trackWithVertexRefSelectorBeforeSorting4D ,
7  trackRefsForJetsBeforeSorting4D,
8  offlinePrimaryVertices4D,
9  offlinePrimaryVertices4DWithBS,
10  )

Definition at line 64 of file RecoVertex_cff.py.

tuple RecoVertex_cff.offlinePrimaryVertices
Initial value:
1 = sortedPrimaryVertices.clone(
2  vertices="unsortedOfflinePrimaryVertices",
3  particles="trackRefsForJetsBeforeSorting"
4 )

Definition at line 17 of file RecoVertex_cff.py.

tuple RecoVertex_cff.offlinePrimaryVerticesWithBS
Initial value:
1 = sortedPrimaryVertices.clone(
2  vertices="unsortedOfflinePrimaryVertices:WithBS",
3  particles="trackRefsForJetsBeforeSorting"
4 )

Definition at line 21 of file RecoVertex_cff.py.

tuple RecoVertex_cff.trackRefsForJetsBeforeSorting = trackRefsForJets.clone(src="trackWithVertexRefSelectorBeforeSorting")

Definition at line 30 of file RecoVertex_cff.py.

tuple RecoVertex_cff.trackWithVertexRefSelectorBeforeSorting
Initial value:
1 = trackWithVertexRefSelector.clone(
2  vertexTag="unsortedOfflinePrimaryVertices",
3  ptMax=9e99,
4  ptErrorCut=9e99
5 )

Definition at line 25 of file RecoVertex_cff.py.

tuple RecoVertex_cff.unsortedOfflinePrimaryVertices = offlinePrimaryVertices.clone()

Definition at line 16 of file RecoVertex_cff.py.

tuple RecoVertex_cff.vertexreco = cms.Sequence(vertexrecoTask)

Definition at line 42 of file RecoVertex_cff.py.

tuple RecoVertex_cff.vertexrecoTask
Initial value:
1 = cms.Task(unsortedOfflinePrimaryVertices,
2  trackWithVertexRefSelectorBeforeSorting,
3  trackRefsForJetsBeforeSorting,
4  offlinePrimaryVertices,
5  offlinePrimaryVerticesWithBS,
6  generalV0Candidates,
7  caloJetsForTrkTask,
8  inclusiveVertexingTask
9  )

Definition at line 33 of file RecoVertex_cff.py.