4 import FWCore.ParameterSet.Config
as cms
6 from DQMOffline.Trigger.SusyMonitor_cfi
import hltSUSYmonitoring
8 SoftMuHardJetMETSUSYmonitoring = hltSUSYmonitoring.clone(
9 FolderName =
'HLT/SUSY/SoftMuHardJetMET/',
11 jets =
"ak4PFJetsCHS",
13 HTdefinition =
'pt>30 & abs(eta)<2.5',
14 leptJetDeltaRmin = 0.4,
15 MHTdefinition =
'pt>30 & abs(eta)<2.4',
16 numGenericTriggerEventPSet = dict(hltInputTag = [
"TriggerResults",
"",
"HLT"],
17 hltPaths = [
"HLT_Mu3er1p5_PFJet100er2p5_PFMET70_PFMHT70_IDTight_v*",
18 "HLT_Mu3er1p5_PFJet100er2p5_PFMET80_PFMHT80_IDTight_v*",
19 "HLT_Mu3er1p5_PFJet100er2p5_PFMET90_PFMHT90_IDTight_v*" ])
26 SoftMuHardJetMETSUSYmonitoring_muPt = SoftMuHardJetMETSUSYmonitoring.clone(
27 FolderName =
'HLT/SUSY/SoftMuHardJetMET/Muon',
30 muoSelection =
'abs(eta)<1.5',
33 jetSelection =
"pt>130 & abs(eta)<2.5",
36 metSelection =
'pt>150',
39 denGenericTriggerEventPSet = dict(hltPaths = [
'HLT_PFMET120_PFMHT120_IDTight_v*',
'HLT_PFMET130_PFMHT130_IDTight_v*',
'HLT_PFMET140_PFMHT140_IDTight_v*']),
41 histoPSet = dict(muPtBinning = [0,2,5,7,10,12,15,17,20,25,30,50])
48 SoftMuHardJetMETSUSYmonitoring_jetPt = SoftMuHardJetMETSUSYmonitoring.clone(
49 FolderName =
'HLT/SUSY/SoftMuHardJetMET/Jet',
52 muoSelection =
'pt>30 & abs(eta)<1.5',
55 jetSelection =
"abs(eta)<2.5",
58 metSelection =
'pt>150',
61 denGenericTriggerEventPSet = dict(hltPaths = [
"HLT_IsoMu27_v*"]),
63 histoPSet = dict(jetPtBinning = [0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,90,100,120,200,400])
70 SoftMuHardJetMETSUSYmonitoring_metPt = SoftMuHardJetMETSUSYmonitoring.clone(
71 FolderName =
'HLT/SUSY/SoftMuHardJetMET/MET',
74 muoSelection =
'pt>30 & abs(eta)<1.5',
77 jetSelection =
"pt>130 & abs(eta)<2.5",
81 denGenericTriggerEventPSet = dict(hltPaths = [
"HLT_IsoMu27_v*"]),
83 histoPSet = dict(metPSet = dict(nbins= 50,xmin= 50,xmax= 300))
87 susyHLTSoftMuHardJetMETMonitoring = cms.Sequence(
88 SoftMuHardJetMETSUSYmonitoring_muPt
89 + SoftMuHardJetMETSUSYmonitoring_jetPt
90 + SoftMuHardJetMETSUSYmonitoring_metPt