#include <ConditionHelper.h>
Public Member Functions | |
void | checkAndUpdateConditions (const edm::EventSetup &iSetup) |
ConditionHelper (edm::ConsumesCollector) | |
unsigned int | get_fw_version () const |
unsigned int | get_pc_lut_version () const |
unsigned int | get_pc_lut_version_unchecked () const |
unsigned int | get_pt_lut_version () const |
const L1TMuonEndCapForest * | getForest () const |
const L1TMuonEndCapParams * | getParams () const |
~ConditionHelper () | |
Private Attributes | |
edm::ESHandle< L1TMuonEndCapForest > | forest_ |
unsigned long long | forest_cache_id_ |
edm::ESGetToken< L1TMuonEndCapForest, L1TMuonEndCapForestRcd > | forestToken_ |
edm::ESHandle< L1TMuonEndCapParams > | params_ |
unsigned long long | params_cache_id_ |
edm::ESGetToken< L1TMuonEndCapParams, L1TMuonEndCapParamsRcd > | paramsToken_ |
Definition at line 19 of file ConditionHelper.h.
ConditionHelper::ConditionHelper | ( | edm::ConsumesCollector | iC | ) |
Definition at line 14 of file ConditionHelper.cc.
ConditionHelper::~ConditionHelper | ( | ) |
Definition at line 17 of file ConditionHelper.cc.
void ConditionHelper::checkAndUpdateConditions | ( | const edm::EventSetup & | iSetup | ) |
Definition at line 19 of file ConditionHelper.cc.
References forest_, forest_cache_id_, forestToken_, edm::EventSetup::get(), get_fw_version(), get_pc_lut_version(), get_pt_lut_version(), params_, params_cache_id_, and paramsToken_.
Referenced by EMTFSetup::reload().
unsigned int ConditionHelper::get_fw_version | ( | ) | const |
Definition at line 60 of file ConditionHelper.cc.
References L1TMuonEndCapParams::firmwareVersion_, and params_.
Referenced by checkAndUpdateConditions(), and EMTFSetup::reload().
unsigned int ConditionHelper::get_pc_lut_version | ( | ) | const |
Definition at line 73 of file ConditionHelper.cc.
References L1TMuonEndCapParams::firmwareVersion_, and params_.
Referenced by checkAndUpdateConditions(), TrackFinder::process(), and EMTFSetup::reload().
unsigned int ConditionHelper::get_pc_lut_version_unchecked | ( | ) | const |
Definition at line 92 of file ConditionHelper.cc.
References params_, and L1TMuonEndCapParams::PhiMatchWindowSt1_.
Referenced by TrackFinder::process(), and EMTFSetup::reload().
unsigned int ConditionHelper::get_pt_lut_version | ( | ) | const |
Definition at line 65 of file ConditionHelper.cc.
References L1TMuonEndCapParams::firmwareVersion_, params_, and L1TMuonEndCapParams::PtAssignVersion_.
Referenced by checkAndUpdateConditions(), and EMTFSetup::reload().
|
inline |
Definition at line 27 of file ConditionHelper.h.
References forest_, and edm::ESHandle< T >::product().
Referenced by EMTFSetup::reload().
|
inline |
Definition at line 26 of file ConditionHelper.h.
References params_, and edm::ESHandle< T >::product().
|
private |
Definition at line 45 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions(), and getForest().
|
private |
Definition at line 40 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().
|
private |
Definition at line 44 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().
|
private |
Definition at line 43 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions(), get_fw_version(), get_pc_lut_version(), get_pc_lut_version_unchecked(), get_pt_lut_version(), and getParams().
|
private |
Definition at line 39 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().
|
private |
Definition at line 42 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().