CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
fakeEmtfParams_2017_data_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_data_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 22 of file fakeEmtfParams_2017_data_cff.py.

tuple fakeEmtfParams_2017_data_cff.emtfParamsSource
Initial value:
1 = cms.ESSource(
2  "PoolDBESSource",
3  CondDB,
4  toGet = cms.VPSet(
5  cms.PSet(
6  record = cms.string("L1TMuonEndCapParamsRcd"),
7  tag = cms.string("L1TMuonEndCapParams_Stage2v3_hlt")
8  )
9  )
10  )

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

Definition at line 9 of file fakeEmtfParams_2017_data_cff.py.