CMS 3D CMS Logo

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

Variables

tuple emtfForests
 Fills CondFormats from local XML files instead of database. More...
 
tuple emtfForestsSource
 Fills pT LUT XMLs ("forests") manually. More...
 
tuple emtfParams
 
tuple emtfParamsSource
 Fills firmware, pT LUT, and PC LUT versions manually. More...
 

Variable Documentation

tuple fakeEmtfParams_empty_cff.emtfForests
Initial value:
1 = cms.ESProducer(
2  "L1TMuonEndCapForestESProducer",
3  PtAssignVersion = cms.int32(7),
4  bdtXMLDir = cms.string("2017_v7")
5  )

Fills CondFormats from local XML files instead of database.

Definition at line 41 of file fakeEmtfParams_empty_cff.py.

tuple fakeEmtfParams_empty_cff.emtfForestsSource
Initial value:
1 = cms.ESSource(
2  "EmptyESSource",
3  recordName = cms.string('L1TMuonEndCapForestRcd'),
4  iovIsRunNotTime = cms.bool(True),
5  firstValid = cms.vuint32(1)
6  )

Fills pT LUT XMLs ("forests") manually.

Definition at line 33 of file fakeEmtfParams_empty_cff.py.

tuple fakeEmtfParams_empty_cff.emtfParams
Initial value:
1 = cms.ESProducer(
2  "L1TMuonEndCapParamsESProducer",
3  ## Version 5 was used for all of 2016
4  ## Version 6 is the first version used in 2017
5  ## Version 7 was deployed June 8, 2017
6  PtAssignVersion = cms.int32(7),
7  ## 123456 is default (most up-to-date) firmware version
8  ## Versions < 50000 correspond to 2016 (labeled according to Alex's FW version number)
9  ## Versions > 50000 coorespond to 2017 (labeled automatically by timestamp)
10  FirmwareVersion = cms.int32(123456),
11  ## v0 corresponds to data/emtf_luts/ph_lut_v1, used for all of 2016
12  ## v1 corresponds to data/emtf_luts/ph_lut_v2, used at the beginning of 2017
13  PrimConvVersion = cms.int32(1)
14  )

Definition at line 16 of file fakeEmtfParams_empty_cff.py.

tuple fakeEmtfParams_empty_cff.emtfParamsSource
Initial value:
1 = cms.ESSource(
2  "EmptyESSource",
3  recordName = cms.string('L1TMuonEndCapParamsRcd'),
4  iovIsRunNotTime = cms.bool(True),
5  firstValid = cms.vuint32(1)
6  )

Fills firmware, pT LUT, and PC LUT versions manually.

Definition at line 9 of file fakeEmtfParams_empty_cff.py.