CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
VBFSUSYMonitor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMOffline.Trigger.ObjMonitor_cfi import hltobjmonitoring
4 
5 # HLT_Mu8_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT300_PFMETNoMu60_v* and
6 VBFSUSYmonitoring = hltobjmonitoring.clone()
7 VBFSUSYmonitoring.FolderName = cms.string('HLT/SUSY/VBF/DiJet/')
8 VBFSUSYmonitoring.numGenericTriggerEventPSet.hltInputTag = cms.InputTag( "TriggerResults","","HLT" )
9 VBFSUSYmonitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Mu8_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT300_PFMETNoMu60_v*","HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v*")
10 VBFSUSYmonitoring.jetSelection = cms.string("pt>40 & abs(eta)<5.0")
11 VBFSUSYmonitoring.jetId = cms.string("loose")
12 VBFSUSYmonitoring.njets = cms.int32(2)
13 #VBFSUSYmonitoring.enableMETPlot = True
14 #VBFSUSYmonitoring.metSelection = cms.string("pt>50")
15 VBFSUSYmonitoring.htjetSelection = cms.string("pt>30 & abs(eta)<5.0")
16 
17 susyHLTVBFMonitoring = cms.Sequence(
18  VBFSUSYmonitoring
19 )
20