Enumerations | |
enum | parameters { m_run, m_start_time_ll, m_stop_time_ll, m_start_current, m_stop_current, m_avg_current, m_max_current, m_min_current, m_run_interval_seconds, m_fedIN, m_BField, END_OF_TYPES } |
enum | state { fake = 0, valid = 1, invalid = 2 } |
Functions | |
std::string | getStringFromTypeEnum (const parameters ¶meter) |
void | reportSummaryMapPalette (TH2 *obj) |
float | runDuration (const std::shared_ptr< RunInfo > &payload) |
std::string | runEndTime (const std::shared_ptr< RunInfo > &payload) |
std::string | runStartTime (const std::shared_ptr< RunInfo > &payload) |
float | theBField (const float current) |
Variables | |
constexpr std::array< int, 7 > | nominalCurrents {{-1, 0, 9558, 14416, 16819, 18268, 19262}} |
constexpr std::array< float, 7 > | nominalFields {{3.8, 0., 2., 3., 3.5, 3.8, 4.}} |
Enumerator | |
---|---|
m_run | |
m_start_time_ll | |
m_stop_time_ll | |
m_start_current | |
m_stop_current | |
m_avg_current | |
m_max_current | |
m_min_current | |
m_run_interval_seconds | |
m_fedIN | |
m_BField | |
END_OF_TYPES |
Definition at line 23 of file RunInfoPayloadInspectoHelper.h.
enum RunInfoPI::state |
Enumerator | |
---|---|
fake | |
valid | |
invalid |
Definition at line 16 of file RunInfoPayloadInspectoHelper.h.
|
inline |
Definition at line 74 of file RunInfoPayloadInspectoHelper.h.
References m_avg_current, m_BField, m_fedIN, m_max_current, m_min_current, m_run, m_run_interval_seconds, m_start_current, m_start_time_ll, m_stop_current, m_stop_time_ll, and pfMETsysShiftCorrections_cfi::parameter.
|
inline |
Definition at line 104 of file RunInfoPayloadInspectoHelper.h.
References MillePedeFileConverter_cfg::e, mps_fire::i, getGTfromDQMFile::obj, and svgfig::rgb().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 39 of file RunInfoPayloadInspectoHelper.h.
References mps_fire::i, createfilelist::int, nominalCurrents, and nominalFields.
|
constexpr |
Definition at line 19 of file RunInfoPayloadInspectoHelper.h.
Referenced by magneticFieldHelpers::closerNominalField(), magneticfield::VolumeBasedMagneticFieldESProducerFromDB::closerNominalLabel(), magneticfield::DD4hep_VolumeBasedMagneticFieldESProducerFromDB::closerNominalLabel(), and theBField().
|
constexpr |
Definition at line 20 of file RunInfoPayloadInspectoHelper.h.
Referenced by magneticFieldHelpers::closerNominalField(), and theBField().