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_p1). More...
#include <MMPrepData_p1.h>
Public Member Functions | |
MMPrepData_p1 () | |
Public Attributes | |
std::vector< signed char > | m_rdoList |
Store offsets. More... | |
Data from Trk::PrepRawData | |
float | m_locX |
Equivalent to localPosition (locX) in the base class. More... | |
float | m_errorMat |
1-d ErrorMatrix in the base class. More... | |
short int | m_time |
int | m_charge |
float | m_driftDist |
float | m_angle |
float | m_chisqProb |
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 |
int | m_author = 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_p1).
Definition at line 19 of file MMPrepData_p1.h.
|
inline |
Definition at line 22 of file MMPrepData_p1.h.
float Muon::MMPrepData_p1::m_angle |
Definition at line 35 of file MMPrepData_p1.h.
int Muon::MMPrepData_p1::m_author = 0 |
Definition at line 46 of file MMPrepData_p1.h.
int Muon::MMPrepData_p1::m_charge |
Definition at line 32 of file MMPrepData_p1.h.
float Muon::MMPrepData_p1::m_chisqProb |
Definition at line 36 of file MMPrepData_p1.h.
float Muon::MMPrepData_p1::m_driftDist |
Definition at line 33 of file MMPrepData_p1.h.
float Muon::MMPrepData_p1::m_errorMat |
1-d ErrorMatrix in the base class.
Definition at line 29 of file MMPrepData_p1.h.
float Muon::MMPrepData_p1::m_locX |
Equivalent to localPosition (locX) in the base class.
Definition at line 28 of file MMPrepData_p1.h.
std::vector< signed char > Muon::MMPrepData_p1::m_rdoList |
Store offsets.
Definition at line 24 of file MMPrepData_p1.h.
std::vector<int> Muon::MMPrepData_p1::m_stripCharges |
Definition at line 41 of file MMPrepData_p1.h.
std::vector<float> Muon::MMPrepData_p1::m_stripDriftDist |
Definition at line 43 of file MMPrepData_p1.h.
std::vector<float> Muon::MMPrepData_p1::m_stripDriftErrors_0_0 |
Definition at line 44 of file MMPrepData_p1.h.
std::vector<float> Muon::MMPrepData_p1::m_stripDriftErrors_1_1 |
Definition at line 44 of file MMPrepData_p1.h.
std::vector<uint16_t> Muon::MMPrepData_p1::m_stripNumbers |
these are the parameters of the muTPC reconstruction
information about clusters strips
Definition at line 39 of file MMPrepData_p1.h.
std::vector<short int> Muon::MMPrepData_p1::m_stripTimes |
Definition at line 40 of file MMPrepData_p1.h.
short int Muon::MMPrepData_p1::m_time |
Definition at line 31 of file MMPrepData_p1.h.