ICP
1
|
#include <selogger.h>
Public Member Functions | |
RUNBLOCK () | |
Public Attributes | |
time_t | ref_time |
std::vector< float > | time |
std::vector< int > | period |
std::vector< int > | run_status |
std::vector< int > | is_running |
std::vector< int > | is_waiting |
std::vector< int > | good_frames |
std::vector< int > | raw_frames |
std::vector< float > | good_uamps |
std::vector< float > | raw_uamps |
std::vector< int64_t > | monitor1_sum |
std::vector< float > | dae_beam_current |
std::vector< int64_t > | total_counts |
std::vector< float > | count_rate |
std::vector< float > | np_ratio |
Definition at line 100 of file selogger.h.
|
inline |
Definition at line 117 of file selogger.h.
std::vector<float> RUNBLOCK::count_rate |
Definition at line 115 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<float> RUNBLOCK::dae_beam_current |
Definition at line 113 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int> RUNBLOCK::good_frames |
Definition at line 108 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<float> RUNBLOCK::good_uamps |
Definition at line 110 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int> RUNBLOCK::is_running |
Definition at line 106 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int> RUNBLOCK::is_waiting |
Definition at line 107 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int64_t> RUNBLOCK::monitor1_sum |
Definition at line 112 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<float> RUNBLOCK::np_ratio |
Definition at line 116 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int> RUNBLOCK::period |
Definition at line 104 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int> RUNBLOCK::raw_frames |
Definition at line 109 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<float> RUNBLOCK::raw_uamps |
Definition at line 111 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
time_t RUNBLOCK::ref_time |
Definition at line 102 of file selogger.h.
Referenced by se_get_run_status().
std::vector<int> RUNBLOCK::run_status |
Definition at line 105 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<float> RUNBLOCK::time |
Definition at line 103 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().
std::vector<int64_t> RUNBLOCK::total_counts |
Definition at line 114 of file selogger.h.
Referenced by se_get_run_status(), and NeXusWriter::writeISISNeXus().