CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackingTruthValidation_cfi.py
Go to the documentation of this file.
2 
3 trackingTruthValid = cms.EDAnalyzer("TrackingTruthValid",
4  #to run on original collection
5  # InputTag src = trackingtruthprod:
6  # string outputFile = "trackingtruthhisto.root"
7  #to run on merged collection (default)
8  src = cms.InputTag("mix","MergedTrackTruth"),
9  runStandalone = cms.bool(False),
10  outputFile = cms.string('')
11 )
12 
13