Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoVertex
AdaptiveVertexFinder
python
inclusiveVertexing_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoVertex.AdaptiveVertexFinder.inclusiveVertexFinder_cfi
import
*
4
from
RecoVertex.AdaptiveVertexFinder.vertexMerger_cfi
import
*
5
from
RecoVertex.AdaptiveVertexFinder.trackVertexArbitrator_cfi
import
*
6
7
inclusiveSecondaryVertices = vertexMerger.clone()
8
inclusiveSecondaryVertices.secondaryVertices = cms.InputTag(
"trackVertexArbitrator"
)
9
inclusiveSecondaryVertices.maxFraction = 0.2
10
inclusiveSecondaryVertices.minSignificance = 10.
11
12
inclusiveVertexing = cms.Sequence(inclusiveVertexFinder*vertexMerger*trackVertexArbitrator*inclusiveSecondaryVertices)
13
Config
inclusiveVertexFinder_cfi
vertexMerger_cfi
trackVertexArbitrator_cfi
Generated for CMSSW Reference Manual by
1.8.5