CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hltExoticaHT_cff Namespace Reference

Variables

tuple HTPSet
 

Variable Documentation

tuple hltExoticaHT_cff.HTPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_PFHT650_WideJetMJJ900DEtaJJ1p5_v",
4  "HLT_PFHT650_WideJetMJJ950DEtaJJ1p5_v",
5  #"HLT_PFHT750_4Jet_v", # Run2
6  "HLT_PFHT750_4Jet_Pt50_v",
7  "HLT_PFHT650_4Jet_v", # Run2
8  "HLT_PFHT550_4Jet_v", # Run2
9  #"HLT_PFHT900_v", # Run2
10  "HLT_PFHT800_v",
11  "HLT_PFHT650_v",
12  "HLT_HT900_v", # Run2
13  "HLT_HT300_v", # Run2
14  "HLT_ECALHT800_v", # Run2 7e33
15  "HLT_Photon90_CaloIdL_PFHT600_v" # 50ns backup menu
16  #"HLT_HT750_v" # Run1 (frozenHLT)
17  ),
18  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
19  recPFJetLabel = cms.InputTag("ak4PFJets"),
20  # -- Analysis specific cuts
21  MET_genCut = cms.string("sumEt > 75"),
22  MET_recCut = cms.string("sumEt > 75"),
23  minCandidates = cms.uint32(1),
24  # -- Analysis specific binnings
25  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400,
26  500, 600, 700, 800, 900, 1000
27  )
28 )

Definition at line 3 of file hltExoticaHT_cff.py.