CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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_PFHT650_WideJetMJJ900DEtaJJ1p5_v",
6  "HLT_PFHT650_WideJetMJJ950DEtaJJ1p5_v",
7  "HLT_PFHT750_4Jet_v",
8  "HLT_PFHT550_4JetPt50_v",
9  "HLT_PFHT650_4JetPt50_v",
10  "HLT_PFHT750_4JetPt50_v",
11  "HLT_PFHT650_4Jet_v", # Run2
12  "HLT_PFHT550_4Jet_v", # Run2
13  "HLT_PFHT800_v",
14  "HLT_PFHT650_v",
15  #"DST_HT450_PFReco_PFBTagCSVReco_PFScouting_v", # Moved to DSTJets category
16  #"DST_L1HTT125ORHTT150ORHTT175_PFReco_PFBTagCSVReco_PFScouting_v", # Moved to DSTJets category
17  #"DST_CaloJet40_PFReco_PFBTagCSVReco_PFScouting_v" # Moved to DSTJets category
18  ),
19  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
20  recPFJetLabel = cms.InputTag("ak4PFJets"),
21  # -- Analysis specific cuts
22  #MET_genCut = cms.string("sumEt > 75"),
23  #MET_recCut = cms.string("sumEt > 75"),
24  minCandidates = cms.uint32(1),
25  # -- Analysis specific binnings
26  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
27  500, 550, 600, 650, 700, 800, 900, 1000
28  )
29 )