CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/HLTriggerOffline/Top/python/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     hltPaths = cms.vstring('HLT_Mu9','HLT_Mu15','HLT_IsoMu9','HLT_DoubleMu3','HLT_Ele15_SW_L1R',
00007        'HLT_Ele15_SW_LooseTrackIso_L1R','HLT_DoubleEle10_SW_L1R'),
00008     hltMuonPaths = cms.vstring('HLT_Mu9','HLT_Mu15','HLT_IsoMu9','HLT_DoubleMu3'),
00009     hltEgPaths = cms.vstring('HLT_Ele15_SW_L1R','HLT_Ele15_SW_LooseTrackIso_L1R','HLT_DoubleEle10_SW_L1R'),
00010     hltJetPaths = cms.vstring('HLT_QuadJet30'),
00011     
00012     OutputFileName = cms.string(''),
00013   #  DQMFolder = cms.untracked.string("HLT/Top")
00014     FolderName = cms.string("HLT/Top/")
00015    
00016  )