CMS 3D CMS Logo

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

Variables

tuple PFHTPSet
 

Variable Documentation

tuple hltExoticaPFHT_cff.PFHTPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_PFHT650_WideJetMJJ900DEtaJJ1p5_v",
4  "HLT_PFHT650_WideJetMJJ950DEtaJJ1p5_v",
5  "HLT_PFHT750_4Jet_v",
6  "HLT_PFHT550_4JetPt50_v",
7  "HLT_PFHT650_4JetPt50_v",
8  "HLT_PFHT750_4JetPt50_v",
9  "HLT_PFHT650_4Jet_v", # Run2
10  "HLT_PFHT550_4Jet_v", # Run2
11  "HLT_PFHT800_v",
12  "HLT_PFHT650_v",
13  #"DST_HT450_PFReco_PFBTagCSVReco_PFScouting_v", # Moved to DSTJets category
14  #"DST_L1HTT125ORHTT150ORHTT175_PFReco_PFBTagCSVReco_PFScouting_v", # Moved to DSTJets category
15  #"DST_CaloJet40_PFReco_PFBTagCSVReco_PFScouting_v" # Moved to DSTJets category
16  ),
17  recPFMHTLabel = cms.InputTag("recoExoticaValidationHT"),
18  recPFJetLabel = cms.InputTag("ak4PFJets"),
19  # -- Analysis specific cuts
20  #MET_genCut = cms.string("sumEt > 75"),
21  #MET_recCut = cms.string("sumEt > 75"),
22  minCandidates = cms.uint32(1),
23  # -- Analysis specific binnings
24  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
25  500, 550, 600, 650, 700, 800, 900, 1000
26  )
27 )

Definition at line 3 of file hltExoticaPFHT_cff.py.