CMS 3D CMS Logo

topvalidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HLTTopVal = cms.EDAnalyzer("TopValidation",
00004     OutputMEsInRootFile = cms.bool(False),
00005     TriggerResultsCollection = cms.InputTag("TriggerResults","","HLT"),
00006     OutputFileName = cms.string(''),
00007     DQMFolder = cms.untracked.string("HLT/Top")
00008  )

Generated on Tue Jun 9 17:38:07 2009 for CMSSW by  doxygen 1.5.4