ATLAS Offline Software
|
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recomputed - well, it's basically stored in Muon::MdtPRD_Container_p2). More...
#include <MMPrepData_p2.h>
Public Member Functions | |
MMPrepData_p2 ()=default | |
Public Attributes | |
std::vector< signed char > | m_rdoList {} |
Store offsets. More... | |
Data from Trk::PrepRawData | |
float | m_locX {0.f} |
Equivalent to localPosition (locX) in the base class. More... | |
float | m_errorMat {0.f} |
1-d ErrorMatrix in the base class. More... | |
short int | m_time {0} |
int | m_charge {0} |
float | m_driftDist {0.f} |
float | m_angle {0.f} |
float | m_chisqProb {0.f} |
std::vector< uint16_t > | m_stripNumbers {} |
these are the parameters of the muTPC reconstruction More... | |
std::vector< short int > | m_stripTimes {} |
std::vector< int > | m_stripCharges {} |
std::vector< float > | m_stripDriftDist {} |
std::vector< float > | m_stripDriftErrors_0_0 {} |
std::vector< float > | m_stripDriftErrors_1_1 {} |
short | m_author {0} |
uint8_t | m_quality {0} |
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recomputed - well, it's basically stored in Muon::MdtPRD_Container_p2).
Definition at line 19 of file MMPrepData_p2.h.
|
default |
float Muon::MMPrepData_p2::m_angle {0.f} |
Definition at line 35 of file MMPrepData_p2.h.
short Muon::MMPrepData_p2::m_author {0} |
Definition at line 46 of file MMPrepData_p2.h.
int Muon::MMPrepData_p2::m_charge {0} |
Definition at line 32 of file MMPrepData_p2.h.
float Muon::MMPrepData_p2::m_chisqProb {0.f} |
Definition at line 36 of file MMPrepData_p2.h.
float Muon::MMPrepData_p2::m_driftDist {0.f} |
Definition at line 33 of file MMPrepData_p2.h.
float Muon::MMPrepData_p2::m_errorMat {0.f} |
1-d ErrorMatrix in the base class.
Definition at line 29 of file MMPrepData_p2.h.
float Muon::MMPrepData_p2::m_locX {0.f} |
Equivalent to localPosition (locX) in the base class.
Definition at line 28 of file MMPrepData_p2.h.
uint8_t Muon::MMPrepData_p2::m_quality {0} |
Definition at line 47 of file MMPrepData_p2.h.
std::vector< signed char > Muon::MMPrepData_p2::m_rdoList {} |
Store offsets.
Definition at line 24 of file MMPrepData_p2.h.
std::vector<int> Muon::MMPrepData_p2::m_stripCharges {} |
Definition at line 41 of file MMPrepData_p2.h.
std::vector<float> Muon::MMPrepData_p2::m_stripDriftDist {} |
Definition at line 43 of file MMPrepData_p2.h.
std::vector<float> Muon::MMPrepData_p2::m_stripDriftErrors_0_0 {} |
Definition at line 44 of file MMPrepData_p2.h.
std::vector<float> Muon::MMPrepData_p2::m_stripDriftErrors_1_1 {} |
Definition at line 45 of file MMPrepData_p2.h.
std::vector<uint16_t> Muon::MMPrepData_p2::m_stripNumbers {} |
these are the parameters of the muTPC reconstruction
information about clusters strips
Definition at line 39 of file MMPrepData_p2.h.
std::vector<short int> Muon::MMPrepData_p2::m_stripTimes {} |
Definition at line 40 of file MMPrepData_p2.h.
short int Muon::MMPrepData_p2::m_time {0} |
Definition at line 31 of file MMPrepData_p2.h.