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_HT450to470_v", # HT Parking
9  "HLT_HT470to500_v", # HT Parking
10  "HLT_HT500to550_v", # HT Parking
11  "HLT_HT550to650_v", # HT Parking
12  "DST_HT250_CaloScouting_v", # scouting
13  "DST_CaloJet40_CaloScouting_v",
14  "DST_L1HTT125ORHTT150ORHTT175_CaloScouting_v"
15  ),
16  recCaloMHTLabel = cms.InputTag("recoExoticaValidationCaloHT"),
17  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
18  # -- Analysis specific cuts
19  minCandidates = cms.uint32(1),
20  # -- Analysis specific binnings
21  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
22  500, 550, 600, 650, 700, 800, 900, 1000
23  )
24 )

Definition at line 3 of file hltExoticaCaloHT_cff.py.