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 )