CMS 3D CMS Logo

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

Variables

tuple emtfForestsDB
 Fills pT LUT XMLs ("forests") from the database. More...
 
tuple emtfParamsSource
 Fills firmware, pT LUT, and PC LUT versions from the database. More...
 

Variable Documentation

tuple fakeEmtfParams_2017_MC_cff.emtfForestsDB
Initial value:
1 = cms.ESSource(
2  "PoolDBESSource",
3  CondDB,
4  toGet = cms.VPSet(
5  cms.PSet(
6  ## https://cms-conddb.cern.ch/cmsDbBrowser/search/Prod/L1TMuonEndCapForest
7  record = cms.string("L1TMuonEndCapForestRcd"),
8  ## v7 EMTF pT LUTs from June 8, 2017
9  tag = cms.string("L1TMuonEndCapForest_static_Sq_20170613_v7_mc")
10  )
11  )
12  )

Fills pT LUT XMLs ("forests") from the database.

Definition at line 24 of file fakeEmtfParams_2017_MC_cff.py.

tuple fakeEmtfParams_2017_MC_cff.emtfParamsSource
Initial value:
1 = cms.ESSource(
2  "PoolDBESSource",
3  CondDB,
4  toGet = cms.VPSet(
5  cms.PSet(
6  record = cms.string("L1TMuonEndCapParamsRcd"),
7  ## This payload contains
8  ## PtAssignVersion=7, firmwareVersion=1497518612, PhiMatchWindowSt1=1
9  tag = cms.string("L1TMuonEndCapParams_Stage2v1")
10  )
11  )
12  )

Fills firmware, pT LUT, and PC LUT versions from the database.

Definition at line 9 of file fakeEmtfParams_2017_MC_cff.py.