CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/TrackingMCTruth/python/trackingTruthValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrackingTruthValid = cms.EDAnalyzer("TrackingTruthValid",
00004     #to run on original collection
00005     #   InputTag src = trackingtruthprod:
00006     #   string outputFile = "trackingtruthhisto.root" 
00007     #to run on merged collection (default)
00008     src = cms.InputTag("mergedtruth","MergedTrackTruth"),
00009     outputFile = cms.string('')
00010 )
00011 
00012