CMS 3D CMS Logo

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

Variables

tuple candidateVertexArbitratorCvsL
 
tuple candidateVertexMergerCvsL
 
tuple inclusiveCandidateSecondaryVertices = candidateVertexMerger.clone()
 
tuple inclusiveCandidateSecondaryVerticesCvsL
 
tuple inclusiveCandidateVertexFinderCvsL
 
tuple inclusiveCandidateVertexing = cms.Sequence(inclusiveCandidateVertexFinder*candidateVertexMerger*candidateVertexArbitrator*inclusiveCandidateSecondaryVertices)
 
tuple inclusiveCandidateVertexingCvsL = cms.Sequence(inclusiveCandidateVertexFinderCvsL*candidateVertexMergerCvsL*candidateVertexArbitratorCvsL*inclusiveCandidateSecondaryVerticesCvsL)
 
tuple inclusiveSecondaryVertices = vertexMerger.clone()
 
tuple inclusiveVertexing = cms.Sequence(inclusiveVertexFinder*vertexMerger*trackVertexArbitrator*inclusiveSecondaryVertices)
 

Variable Documentation

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

Definition at line 36 of file inclusiveVertexing_cff.py.

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

Definition at line 32 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateSecondaryVertices = candidateVertexMerger.clone()

Definition at line 18 of file inclusiveVertexing_cff.py.

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

Definition at line 40 of file inclusiveVertexing_cff.py.

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

Definition at line 27 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveCandidateVertexing = cms.Sequence(inclusiveCandidateVertexFinder*candidateVertexMerger*candidateVertexArbitrator*inclusiveCandidateSecondaryVertices)

Definition at line 23 of file inclusiveVertexing_cff.py.

Definition at line 46 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveSecondaryVertices = vertexMerger.clone()

Definition at line 7 of file inclusiveVertexing_cff.py.

tuple inclusiveVertexing_cff.inclusiveVertexing = cms.Sequence(inclusiveVertexFinder*vertexMerger*trackVertexArbitrator*inclusiveSecondaryVertices)

Definition at line 12 of file inclusiveVertexing_cff.py.