#include <jFEXDBCondData.h>
|
bool | m_sendDefaults = true |
|
std::vector< std::vector< int > > | m_jJCalibParams |
|
bool | m_PileUpCorrectionJet = false |
|
bool | m_PileUpCorrectionMET = false |
|
int | m_PileUpThresholdLowEm = 0 |
|
int | m_PileUpThresholdHighEm = 0 |
|
int | m_PileUpThresholdLowHadLar = 0 |
|
int | m_PileUpThresholdHighHadLar = 0 |
|
int | m_PileUpThresholdLowHadHecOverlap = 0 |
|
int | m_PileUpThresholdHighHadHecOverlap = 0 |
|
int | m_PileUpThresholdLowHadTrex = 0 |
|
int | m_PileUpThresholdHighHadTrex = 0 |
|
int | m_PileUpThresholdLowFcal = 0 |
|
int | m_PileUpThresholdHighFcal = 0 |
|
std::unordered_map< uint16_t, std::array< uint16_t, 4 > > | m_NoiseCuts |
|
std::array< uint16_t, 4 > | m_NoiseCuts_default = {0,0,0,0} |
|
std::unordered_map< uint16_t, std::array< uint16_t, 4 > > | m_PileUpWeight |
|
std::array< uint16_t, 4 > | m_PileUpWeight_default = {0,0,0,0} |
|
Definition at line 20 of file jFEXDBCondData.h.
◆ jFEXDBCondData()
LVL1::jFEXDBCondData::jFEXDBCondData |
( |
| ) |
|
|
inline |
◆ ~jFEXDBCondData()
LVL1::jFEXDBCondData::~jFEXDBCondData |
( |
| ) |
|
|
inline |
◆ DecodeOnlineID()
std::array< int, 2 > LVL1::jFEXDBCondData::DecodeOnlineID |
( |
uint16_t |
onlineID | ) |
const |
|
private |
Definition at line 184 of file jFEXDBCondData.cxx.
186 int global_eta = (onlineID >> 8) - 0x80;
187 int global_phi = onlineID & 0xff;
188 return {global_eta, global_phi};
◆ get_doPileUpJet()
bool LVL1::jFEXDBCondData::get_doPileUpJet |
( |
| ) |
const |
◆ get_doPileUpMet()
bool LVL1::jFEXDBCondData::get_doPileUpMet |
( |
| ) |
const |
◆ get_jJCalibParam()
int LVL1::jFEXDBCondData::get_jJCalibParam |
( |
int |
module, |
|
|
int |
range |
|
) |
| const |
◆ get_jJCalibParams()
const std::vector< int > & LVL1::jFEXDBCondData::get_jJCalibParams |
( |
int |
module | ) |
const |
◆ get_NoiseCuts()
std::array< uint16_t, 4 > LVL1::jFEXDBCondData::get_NoiseCuts |
( |
uint16_t |
onlineID | ) |
const |
◆ get_PileUpValues()
std::array< uint16_t, 4 > LVL1::jFEXDBCondData::get_PileUpValues |
( |
uint16_t |
onlineID | ) |
const |
◆ get_PUThrHighEm()
int LVL1::jFEXDBCondData::get_PUThrHighEm |
( |
| ) |
const |
◆ get_PUThrHighFcal()
int LVL1::jFEXDBCondData::get_PUThrHighFcal |
( |
| ) |
const |
◆ get_PUThrHighHadHecOverlap()
int LVL1::jFEXDBCondData::get_PUThrHighHadHecOverlap |
( |
| ) |
const |
◆ get_PUThrHighHadLar()
int LVL1::jFEXDBCondData::get_PUThrHighHadLar |
( |
| ) |
const |
◆ get_PUThrHighHadTrex()
int LVL1::jFEXDBCondData::get_PUThrHighHadTrex |
( |
| ) |
const |
◆ get_PUThrLowEm()
int LVL1::jFEXDBCondData::get_PUThrLowEm |
( |
| ) |
const |
◆ get_PUThrLowFcal()
int LVL1::jFEXDBCondData::get_PUThrLowFcal |
( |
| ) |
const |
◆ get_PUThrLowHadHecOverlap()
int LVL1::jFEXDBCondData::get_PUThrLowHadHecOverlap |
( |
| ) |
const |
◆ get_PUThrLowHadLar()
int LVL1::jFEXDBCondData::get_PUThrLowHadLar |
( |
| ) |
const |
◆ get_PUThrLowHadTrex()
int LVL1::jFEXDBCondData::get_PUThrLowHadTrex |
( |
| ) |
const |
◆ set_doPileUpJet()
void LVL1::jFEXDBCondData::set_doPileUpJet |
( |
bool |
PileUpCorrectionJet | ) |
|
◆ set_doPileUpMet()
void LVL1::jFEXDBCondData::set_doPileUpMet |
( |
bool |
PileUpCorrectionMET | ) |
|
◆ set_jJCalibParam()
void LVL1::jFEXDBCondData::set_jJCalibParam |
( |
const std::vector< std::vector< int >> & |
params | ) |
|
◆ set_NoiseCuts()
void LVL1::jFEXDBCondData::set_NoiseCuts |
( |
const std::unordered_map< uint16_t, std::array< uint16_t, 4 > > & |
NoiseCuts | ) |
|
◆ set_PileUpValues()
void LVL1::jFEXDBCondData::set_PileUpValues |
( |
const std::unordered_map< uint16_t, std::array< uint16_t, 4 > > & |
PileUpWeight | ) |
|
◆ set_PUThrHighEm()
void LVL1::jFEXDBCondData::set_PUThrHighEm |
( |
int |
PileUpThresholdHighEm | ) |
|
◆ set_PUThrHighFcal()
void LVL1::jFEXDBCondData::set_PUThrHighFcal |
( |
int |
PileUpThresholdHighFcal | ) |
|
◆ set_PUThrHighHadHecOverlap()
void LVL1::jFEXDBCondData::set_PUThrHighHadHecOverlap |
( |
int |
PileUpThresholdHighHadHecOverlap | ) |
|
◆ set_PUThrHighHadLar()
void LVL1::jFEXDBCondData::set_PUThrHighHadLar |
( |
int |
PileUpThresholdHighHadLar | ) |
|
◆ set_PUThrHighHadTrex()
void LVL1::jFEXDBCondData::set_PUThrHighHadTrex |
( |
int |
PileUpThresholdHighHadTrex | ) |
|
◆ set_PUThrLowEm()
void LVL1::jFEXDBCondData::set_PUThrLowEm |
( |
int |
PileUpThresholdLowEm | ) |
|
◆ set_PUThrLowFcal()
void LVL1::jFEXDBCondData::set_PUThrLowFcal |
( |
int |
PileUpThresholdLowFcal | ) |
|
◆ set_PUThrLowHadHecOverlap()
void LVL1::jFEXDBCondData::set_PUThrLowHadHecOverlap |
( |
int |
PileUpThresholdLowHadHecOverlap | ) |
|
◆ set_PUThrLowHadLar()
void LVL1::jFEXDBCondData::set_PUThrLowHadLar |
( |
int |
PileUpThresholdLowHadLar | ) |
|
◆ set_PUThrLowHadTrex()
void LVL1::jFEXDBCondData::set_PUThrLowHadTrex |
( |
int |
PileUpThresholdLowHadTrex | ) |
|
◆ set_sendDefaults()
void LVL1::jFEXDBCondData::set_sendDefaults |
( |
bool |
sendDefaults | ) |
|
◆ m_jJCalibParams
std::vector<std::vector<int> > LVL1::jFEXDBCondData::m_jJCalibParams |
|
private |
Initial value:=
{
std::vector<int>(25,0),
std::vector<int>(25,0),
std::vector<int>(25,0),
std::vector<int>(25,0),
std::vector<int>(25,0),
std::vector<int>(25,0)
}
Definition at line 71 of file jFEXDBCondData.h.
◆ m_NoiseCuts
std::unordered_map< uint16_t, std::array<uint16_t,4> > LVL1::jFEXDBCondData::m_NoiseCuts |
|
private |
◆ m_NoiseCuts_default
std::array<uint16_t,4> LVL1::jFEXDBCondData::m_NoiseCuts_default = {0,0,0,0} |
|
private |
◆ m_PileUpCorrectionJet
bool LVL1::jFEXDBCondData::m_PileUpCorrectionJet = false |
|
private |
◆ m_PileUpCorrectionMET
bool LVL1::jFEXDBCondData::m_PileUpCorrectionMET = false |
|
private |
◆ m_PileUpThresholdHighEm
int LVL1::jFEXDBCondData::m_PileUpThresholdHighEm = 0 |
|
private |
◆ m_PileUpThresholdHighFcal
int LVL1::jFEXDBCondData::m_PileUpThresholdHighFcal = 0 |
|
private |
◆ m_PileUpThresholdHighHadHecOverlap
int LVL1::jFEXDBCondData::m_PileUpThresholdHighHadHecOverlap = 0 |
|
private |
◆ m_PileUpThresholdHighHadLar
int LVL1::jFEXDBCondData::m_PileUpThresholdHighHadLar = 0 |
|
private |
◆ m_PileUpThresholdHighHadTrex
int LVL1::jFEXDBCondData::m_PileUpThresholdHighHadTrex = 0 |
|
private |
◆ m_PileUpThresholdLowEm
int LVL1::jFEXDBCondData::m_PileUpThresholdLowEm = 0 |
|
private |
◆ m_PileUpThresholdLowFcal
int LVL1::jFEXDBCondData::m_PileUpThresholdLowFcal = 0 |
|
private |
◆ m_PileUpThresholdLowHadHecOverlap
int LVL1::jFEXDBCondData::m_PileUpThresholdLowHadHecOverlap = 0 |
|
private |
◆ m_PileUpThresholdLowHadLar
int LVL1::jFEXDBCondData::m_PileUpThresholdLowHadLar = 0 |
|
private |
◆ m_PileUpThresholdLowHadTrex
int LVL1::jFEXDBCondData::m_PileUpThresholdLowHadTrex = 0 |
|
private |
◆ m_PileUpWeight
std::unordered_map< uint16_t, std::array<uint16_t,4> > LVL1::jFEXDBCondData::m_PileUpWeight |
|
private |
◆ m_PileUpWeight_default
std::array<uint16_t,4> LVL1::jFEXDBCondData::m_PileUpWeight_default = {0,0,0,0} |
|
private |
◆ m_sendDefaults
bool LVL1::jFEXDBCondData::m_sendDefaults = true |
|
private |
The documentation for this class was generated from the following files: