CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Validation/RecoVertex/python/TrackParameterAnalyzer_cfi.py

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