CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimaryVertexAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 simpleVertexAnalysis = cms.EDAnalyzer("PrimaryVertexAnalyzer",
4  simG4 = cms.InputTag("g4SimHits"),
5  outputFile = cms.untracked.string('simpleVertexAnalyzer.root'),
6  vtxSample = cms.untracked.vstring('offlinePrimaryVertices','offlinePrimaryVerticesWithBS'),
7  verbose = cms.untracked.bool(True),
8  recoTrackProducer = cms.untracked.string('generalTracks')
9 )
10 
11 
12