CMS 3D CMS Logo

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

Variables

tuple JetNoBptxPSet
 

Variable Documentation

tuple hltExoticaJetNoBptx_cff.JetNoBptxPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_JetE50_NoBPTX3BX_NoHalo_v", # Run2 proposal AND Run1 (frozenHLT)
4  "HLT_JetE30_NoBPTX_v",
5  "HLT_JetE30_NoBPTX3BX_NoHalo_v",
6  "HLT_JetE70_NoBPTX3BX_NoHalo_v"
7  ),
8  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
9 
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(1),
12 
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble( 0, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150,
15  160, 170, 180, 190, 200,
16  220, 240, 260, 280, 300,
17  320, 340, 360, 380, 400,
18  420, 440, 460, 480, 500),
19  )

Definition at line 3 of file hltExoticaJetNoBptx_cff.py.