![]() |
Project
|
#include <InspectModel.h>
Public Attributes | |
int | nbrOfProjPads = 0 |
double * | projectedPads = nullptr |
double * | qProj = nullptr |
o2::mch::Groups_t * | projGroups = nullptr |
double * | thetaInit = nullptr |
int | kThetaInit = 0 |
int | totalNbrOfSubClusterPads = 0 |
int | totalNbrOfSubClusterThetaEMFinal = 0 |
int | totalNbrOfSubClusterThetaExtra = 0 |
std::vector< o2::mch::DataBlock_t > | subClusterPadList |
std::vector< o2::mch::DataBlock_t > | subClusterChargeList |
std::vector< o2::mch::DataBlock_t > | subClusterThetaEMFinal |
std::vector< o2::mch::DataBlock_t > | subClusterThetaFitList |
std::vector< o2::mch::DataBlock_t > | subClusterThetaExtra |
int | nCathGroups = 0 |
short * | padToCathGrp = nullptr |
std::chrono::time_point< std::chrono::high_resolution_clock > | startTime [3] |
double | duration [4] |
Definition at line 34 of file InspectModel.h.
double dummy_t::duration[4] |
Definition at line 59 of file InspectModel.h.
int dummy_t::kThetaInit = 0 |
Definition at line 42 of file InspectModel.h.
int dummy_t::nbrOfProjPads = 0 |
Definition at line 36 of file InspectModel.h.
int dummy_t::nCathGroups = 0 |
Definition at line 54 of file InspectModel.h.
short* dummy_t::padToCathGrp = nullptr |
Definition at line 55 of file InspectModel.h.
double* dummy_t::projectedPads = nullptr |
Definition at line 37 of file InspectModel.h.
o2::mch::Groups_t* dummy_t::projGroups = nullptr |
Definition at line 39 of file InspectModel.h.
double* dummy_t::qProj = nullptr |
Definition at line 38 of file InspectModel.h.
std::chrono::time_point<std::chrono::high_resolution_clock> dummy_t::startTime[3] |
Definition at line 58 of file InspectModel.h.
std::vector<o2::mch::DataBlock_t> dummy_t::subClusterChargeList |
Definition at line 48 of file InspectModel.h.
std::vector<o2::mch::DataBlock_t> dummy_t::subClusterPadList |
Definition at line 47 of file InspectModel.h.
std::vector<o2::mch::DataBlock_t> dummy_t::subClusterThetaEMFinal |
Definition at line 49 of file InspectModel.h.
std::vector<o2::mch::DataBlock_t> dummy_t::subClusterThetaExtra |
Definition at line 51 of file InspectModel.h.
std::vector<o2::mch::DataBlock_t> dummy_t::subClusterThetaFitList |
Definition at line 50 of file InspectModel.h.
double* dummy_t::thetaInit = nullptr |
Definition at line 41 of file InspectModel.h.
int dummy_t::totalNbrOfSubClusterPads = 0 |
Definition at line 44 of file InspectModel.h.
int dummy_t::totalNbrOfSubClusterThetaEMFinal = 0 |
Definition at line 45 of file InspectModel.h.
int dummy_t::totalNbrOfSubClusterThetaExtra = 0 |
Definition at line 46 of file InspectModel.h.