test
CMS 3D CMS Logo

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

Variables

tuple CaloHTPSet
 

Variable Documentation

tuple hltExoticaCaloHT_cff.CaloHTPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_HT900_v", # Run2
4  "HLT_HT300_v", # Run2
5  "HLT_ECALHT800_v", # Run2 7e33
6  "HLT_Photon90_CaloIdL_PFHT600_v" # 50ns backup menu
7  "HLT_HT650_v",
8  "HLT_HT410to430_v", # 2016 menu
9  "HLT_HT430to450_v", # 2016 menu
10  "HLT_HT450to470_v", # HT Parking
11  "HLT_HT470to500_v", # HT Parking
12  "HLT_HT500to550_v", # HT Parking
13  "HLT_HT550to650_v", # HT Parking
14  #"DST_HT250_CaloScouting_v", # scouting # moved to DSTJets category
15  #"DST_CaloJet40_CaloScouting_v", # moved to DSTJets category
16  #"DST_L1HTT125ORHTT150ORHTT175_CaloScouting_v" # moved to DSTJets category
17  ),
18  recCaloMHTLabel = cms.InputTag("recoExoticaValidationCaloHT"),
19  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
20  # -- Analysis specific cuts
21  minCandidates = cms.uint32(1),
22  # -- Analysis specific binnings
23  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
24  500, 550, 600, 650, 700, 800, 900, 1000
25  )
26 )

Definition at line 3 of file hltExoticaCaloHT_cff.py.