CMS 3D CMS Logo

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.string('offlinePrimaryVertices'),
00007     verbose = cms.untracked.bool(True),
00008     recoTrackProducer = cms.untracked.string('generalTracks')
00009 )
00010 
00011 
00012 

Generated on Tue Jun 9 17:49:40 2009 for CMSSW by  doxygen 1.5.4