CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Validation/RecoVertex/python/PrimaryVertexAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 simpleVertexAnalysis = cms.EDAnalyzer("PrimaryVertexAnalyzer",
00004     simG4 = cms.InputTag("g4SimHits"),
00005     outputFile = cms.untracked.string('simpleVertexAnalyzer.root'),
00006     vtxSample = cms.untracked.vstring('offlinePrimaryVertices','offlinePrimaryVerticesWithBS'),
00007     verbose = cms.untracked.bool(True),
00008     recoTrackProducer = cms.untracked.string('generalTracks')
00009 )
00010 
00011 
00012