CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SUSYBSM_Mu_HT_BTag_SingleLepton_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from copy import deepcopy
3 
4 SUSY_HLT_Mu_HT_BTag_SingleLepton = cms.EDAnalyzer('SUSY_HLT_SingleLepton',
5  electronCollection = cms.InputTag(''),
6  muonCollection = cms.InputTag('muons'),
7  pfMetCollection = cms.InputTag('pfMet'),
8  pfJetCollection = cms.InputTag('ak4PFJets'),
9  jetTagCollection = cms.InputTag('pfCombinedSecondaryVertexBJetTags'),
10 
11  vertexCollection = cms.InputTag('goodOfflinePrimaryVertices'),
12  conversionCollection = cms.InputTag(''),
13  beamSpot = cms.InputTag(''),
14 
15  leptonFilter = cms.InputTag('hltL3MuVVVLIsoFIlter','','HLT'),
16  hltHt = cms.InputTag('hltPFHT','','HLT'),
17  hltMet = cms.InputTag(''),
18  hltJets = cms.InputTag('hltSelector4CentralJetsL1FastJet','','HLT'),
19  hltJetTags = cms.InputTag('hltCombinedSecondaryVertexBJetTagsCalo','','HLT'),
20 
21  triggerResults = cms.InputTag('TriggerResults','','HLT'),
22  trigSummary = cms.InputTag('hltTriggerSummaryAOD','','HLT'),
23 
24  hltProcess = cms.string('HLT'),
25 
26  triggerPath = cms.string('HLT_Mu15_IsoVVVL_BTagCSV0p72_PFHT400'),
27  triggerPathAuxiliary = cms.string('HLT_IsoMu27_v'),
28  triggerPathLeptonAuxiliary = cms.string('HLT_PFHT350_PFMET120_NoiseCleaned_v'),
29 
30  csvlCut = cms.untracked.double(0.244),
31  csvmCut = cms.untracked.double(0.679),
32  csvtCut = cms.untracked.double(0.898),
33 
34  jetPtCut = cms.untracked.double(40.0),
35  jetEtaCut = cms.untracked.double(3.0),
36  metCut = cms.untracked.double(250.0),
37  htCut = cms.untracked.double(450.0),
38 
39  leptonPtThreshold = cms.untracked.double(25.0),
40  htThreshold = cms.untracked.double(500.0),
41  metThreshold = cms.untracked.double(-1.0),
42  csvThreshold = cms.untracked.double(0.898)
43  )
44 
45 SUSY_HLT_Mu_HT_BTag_SingleLepton_POSTPROCESSING = cms.EDAnalyzer('DQMGenericClient',
46  subDirs = cms.untracked.vstring('HLT/SUSYBSM/HLT_Mu15_IsoVVVL_BTagCSV0p72_PFHT400'),
47  efficiency = cms.vstring(
48  "leptonTurnOn_eff ';Offline Muon p_{T} [GeV];#epsilon' leptonTurnOn_num leptonTurnOn_den",
49  "pfHTTurnOn_eff ';Offline PF H_{T} [GeV];#epsilon' pfHTTurnOn_num pfHTTurnOn_den",
50  "CSVTurnOn_eff ';Offline b-Tag Requirements;#epsilon' CSVTurnOn_num CSVTurnOn_den",
51  "btagTurnOn_eff ';Offline CSV Requirements;#epsilon' btagTurnOn_num btagTurnOn_den"
52  ),
53  resolution = cms.vstring('')
54  )
55 
56 SUSY_HLT_Mu_HT_BTag_SingleLepton_FASTSIM = deepcopy(SUSY_HLT_Mu_HT_BTag_SingleLepton)
57 
58 SUSY_HLT_Mu_HT_BTag_SingleLepton_FASTSIM_POSTPROCESSING = deepcopy(SUSY_HLT_Mu_HT_BTag_SingleLepton_POSTPROCESSING)