|
CbmRoot
|
#include <RecoGeneralQa.h>
Public Member Functions | |
| void | Reset () |
Public Attributes | |
| double | total_time_ms = 0.0 |
| double | unpack_time_ms = 0.0 |
| double | sts_reco_time_ms = 0.0 |
| double | tof_reco_time_ms = 0.0 |
| double | trd_reco_time_ms = 0.0 |
| double | ca_time_ms = 0.0 |
| double | digimultrig_time_ms = 0.0 |
| double | hitmultrig_time_ms = 0.0 |
| double | v0trig_time_ms = 0.0 |
| double | evtbuild_time_ms = 0.0 |
| std::map< std::string, size_t > | digis_nb = {} |
Definition at line 16 of file RecoGeneralQa.h.
|
inline |
Definition at line 30 of file RecoGeneralQa.h.
References ca_time_ms, digimultrig_time_ms, digis_nb, evtbuild_time_ms, hitmultrig_time_ms, sts_reco_time_ms, tof_reco_time_ms, total_time_ms, trd_reco_time_ms, unpack_time_ms, and v0trig_time_ms.
| double cbm::algo::qa::GeneralQaData::ca_time_ms = 0.0 |
Definition at line 22 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::digimultrig_time_ms = 0.0 |
Definition at line 23 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| std::map<std::string, size_t> cbm::algo::qa::GeneralQaData::digis_nb = {} |
Definition at line 28 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::evtbuild_time_ms = 0.0 |
Definition at line 26 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::hitmultrig_time_ms = 0.0 |
Definition at line 24 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::sts_reco_time_ms = 0.0 |
Definition at line 19 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::tof_reco_time_ms = 0.0 |
Definition at line 20 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::total_time_ms = 0.0 |
Definition at line 17 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::trd_reco_time_ms = 0.0 |
Definition at line 21 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::unpack_time_ms = 0.0 |
Definition at line 18 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().
| double cbm::algo::qa::GeneralQaData::v0trig_time_ms = 0.0 |
Definition at line 25 of file RecoGeneralQa.h.
Referenced by cbm::algo::qa::RecoGeneralQa::operator()(), and Reset().