CMS 3D CMS Logo

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

Variables

tuple candidateVertexArbitratorCvsL
 
tuple candidateVertexMergerCvsL
 
tuple inclusiveCandidateSecondaryVertices
 
tuple inclusiveCandidateSecondaryVerticesCvsL
 
tuple inclusiveCandidateVertexFinderCvsL
 
tuple inclusiveCandidateVertexing = cms.Sequence(inclusiveCandidateVertexingTask)
 
tuple inclusiveCandidateVertexingCvsL = cms.Sequence(inclusiveCandidateVertexingCvsLTask)
 
tuple inclusiveCandidateVertexingCvsLTask
 
tuple inclusiveCandidateVertexingTask
 
tuple inclusiveSecondaryVertices
 
tuple inclusiveVertexing = cms.Sequence(inclusiveVertexingTask)
 
tuple inclusiveVertexingTask
 

Variable Documentation

tuple inclusiveVertexing_cff.candidateVertexArbitratorCvsL
Initial value:
1 = candidateVertexArbitrator.clone(
2  secondaryVertices = "candidateVertexMergerCvsL"
3 )

Definition at line 45 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.candidateVertexMergerCvsL
Initial value:
1 = candidateVertexMerger.clone(
2  secondaryVertices = "inclusiveCandidateVertexFinderCvsL"
3 )

Definition at line 41 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateSecondaryVertices
Initial value:
1 = candidateVertexMerger.clone(
2  secondaryVertices = "candidateVertexArbitrator",
3  maxFraction = 0.2,
4  minSignificance = 10.
5 )

Definition at line 23 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateSecondaryVerticesCvsL
Initial value:
1 = candidateVertexMerger.clone(
2  secondaryVertices = "candidateVertexArbitratorCvsL",
3  maxFraction = 0.2,
4  minSignificance = 10.
5 )

Definition at line 49 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateVertexFinderCvsL
Initial value:
1 = inclusiveCandidateVertexFinder.clone(
2  vertexMinDLen2DSig = 1.25,
3  vertexMinDLenSig = 0.25
4 )

Definition at line 36 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateVertexing = cms.Sequence(inclusiveCandidateVertexingTask)

Definition at line 33 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateVertexingCvsL = cms.Sequence(inclusiveCandidateVertexingCvsLTask)

Definition at line 59 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateVertexingCvsLTask
Initial value:
1 = cms.Task(inclusiveCandidateVertexFinderCvsL,
2  candidateVertexMergerCvsL,
3  candidateVertexArbitratorCvsL,
4  inclusiveCandidateSecondaryVerticesCvsL)

Definition at line 55 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateVertexingTask
Initial value:
1 = cms.Task(inclusiveCandidateVertexFinder,
2  candidateVertexMerger,
3  candidateVertexArbitrator,
4  inclusiveCandidateSecondaryVertices)

Definition at line 29 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveSecondaryVertices
Initial value:
1 = vertexMerger.clone(
2  secondaryVertices = "trackVertexArbitrator",
3  maxFraction = 0.2,
4  minSignificance = 10.
5 )

Definition at line 7 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveVertexing = cms.Sequence(inclusiveVertexingTask)

Definition at line 17 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveVertexingTask
Initial value:
1 = cms.Task(inclusiveVertexFinder,
2  vertexMerger,
3  trackVertexArbitrator,
4  inclusiveSecondaryVertices)

Definition at line 13 of file inclusiveVertexing_cff.py.