#include <ConditionHelper.h>
Public Member Functions | |
void | checkAndUpdateConditions (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
ConditionHelper () | |
unsigned int | get_fw_version () const |
unsigned int | get_pc_lut_version () 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::ESHandle< L1TMuonEndCapParams > | params_ |
unsigned long long | params_cache_id_ |
Definition at line 18 of file ConditionHelper.h.
ConditionHelper::ConditionHelper | ( | ) |
Definition at line 13 of file ConditionHelper.cc.
ConditionHelper::~ConditionHelper | ( | ) |
Definition at line 17 of file ConditionHelper.cc.
void ConditionHelper::checkAndUpdateConditions | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup | ||
) |
Definition at line 20 of file ConditionHelper.cc.
References forest_, forest_cache_id_, edm::EventSetup::get(), edm::eventsetup::EventSetupRecord::get(), get_fw_version(), get_pc_lut_version(), get_pt_lut_version(), params_, and params_cache_id_.
Referenced by TrackFinder::process().
unsigned int ConditionHelper::get_fw_version | ( | ) | const |
Definition at line 61 of file ConditionHelper.cc.
References L1TMuonEndCapParams::firmwareVersion_, and params_.
Referenced by checkAndUpdateConditions(), and TrackFinder::process().
unsigned int ConditionHelper::get_pc_lut_version | ( | ) | const |
Definition at line 74 of file ConditionHelper.cc.
References L1TMuonEndCapParams::firmwareVersion_, and params_.
Referenced by checkAndUpdateConditions(), and TrackFinder::process().
unsigned int ConditionHelper::get_pt_lut_version | ( | ) | const |
Definition at line 66 of file ConditionHelper.cc.
References L1TMuonEndCapParams::firmwareVersion_, params_, and L1TMuonEndCapParams::PtAssignVersion_.
Referenced by checkAndUpdateConditions(), and TrackFinder::process().
|
inline |
Definition at line 26 of file ConditionHelper.h.
Referenced by TrackFinder::process().
|
inline |
Definition at line 25 of file ConditionHelper.h.
|
private |
Definition at line 41 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().
|
private |
Definition at line 38 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().
|
private |
Definition at line 40 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions(), get_fw_version(), get_pc_lut_version(), and get_pt_lut_version().
|
private |
Definition at line 37 of file ConditionHelper.h.
Referenced by checkAndUpdateConditions().