CMS 3D CMS Logo

hltExoticaPFHT_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 PFHTPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5 # "HLT_PFHT350MinPFJet15_v" #2017 # Not claimed path for Run3
6  "HLT_PFHT1050_v", # Claimed path for Run3
7  "HLT_PFHT250_v" # Claimed path for Run3
8  ),
9  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
10  recPFJetLabel = cms.InputTag("ak4PFJets"),
11  # -- Analysis specific cuts
12  #MET_genCut = cms.string("sumEt > 75"),
13  #MET_recCut = cms.string("sumEt > 75"),
14  minCandidates = cms.uint32(1),
15  # -- Analysis specific binnings
16  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
17  500, 550, 600, 650, 700, 800, 900, 1000
18  ),
19  parametersTurnOnSumEt = cms.vdouble( 0, 100, 200, 300, 400, 500, 600, 700, 800, 900,
20  1000, 1100, 1200, 1300, 1400, 1600, 1800, 2000
21  )
22 )