ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Muon::MMPrepData_p1 Class Reference

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>

Collaboration diagram for Muon::MMPrepData_p1:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MMPrepData_p1()

Muon::MMPrepData_p1::MMPrepData_p1 ( )
inline

Definition at line 22 of file MMPrepData_p1.h.

22 : m_locX(0.0), m_errorMat(0.0), m_time(0), m_charge(0), m_angle(0.0), m_chisqProb(0.0) {}

Member Data Documentation

◆ m_angle

float Muon::MMPrepData_p1::m_angle

Definition at line 35 of file MMPrepData_p1.h.

◆ m_author

int Muon::MMPrepData_p1::m_author = 0

Definition at line 46 of file MMPrepData_p1.h.

◆ m_charge

int Muon::MMPrepData_p1::m_charge

Definition at line 32 of file MMPrepData_p1.h.

◆ m_chisqProb

float Muon::MMPrepData_p1::m_chisqProb

Definition at line 36 of file MMPrepData_p1.h.

◆ m_driftDist

float Muon::MMPrepData_p1::m_driftDist

Definition at line 33 of file MMPrepData_p1.h.

◆ m_errorMat

float Muon::MMPrepData_p1::m_errorMat

1-d ErrorMatrix in the base class.

Definition at line 29 of file MMPrepData_p1.h.

◆ m_locX

float Muon::MMPrepData_p1::m_locX

Equivalent to localPosition (locX) in the base class.

Definition at line 28 of file MMPrepData_p1.h.

◆ m_rdoList

std::vector< signed char > Muon::MMPrepData_p1::m_rdoList

Store offsets.

Definition at line 24 of file MMPrepData_p1.h.

◆ m_stripCharges

std::vector<int> Muon::MMPrepData_p1::m_stripCharges

Definition at line 41 of file MMPrepData_p1.h.

◆ m_stripDriftDist

std::vector<float> Muon::MMPrepData_p1::m_stripDriftDist

Definition at line 43 of file MMPrepData_p1.h.

◆ m_stripDriftErrors_0_0

std::vector<float> Muon::MMPrepData_p1::m_stripDriftErrors_0_0

Definition at line 44 of file MMPrepData_p1.h.

◆ m_stripDriftErrors_1_1

std::vector<float> Muon::MMPrepData_p1::m_stripDriftErrors_1_1

Definition at line 44 of file MMPrepData_p1.h.

◆ m_stripNumbers

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.

◆ m_stripTimes

std::vector<short int> Muon::MMPrepData_p1::m_stripTimes

Definition at line 40 of file MMPrepData_p1.h.

◆ m_time

short int Muon::MMPrepData_p1::m_time

Definition at line 31 of file MMPrepData_p1.h.


The documentation for this class was generated from the following file:
Muon::MMPrepData_p1::m_angle
float m_angle
Definition: MMPrepData_p1.h:35
Muon::MMPrepData_p1::m_charge
int m_charge
Definition: MMPrepData_p1.h:32
Muon::MMPrepData_p1::m_time
short int m_time
Definition: MMPrepData_p1.h:31
Muon::MMPrepData_p1::m_chisqProb
float m_chisqProb
Definition: MMPrepData_p1.h:36
Muon::MMPrepData_p1::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition: MMPrepData_p1.h:29
Muon::MMPrepData_p1::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition: MMPrepData_p1.h:28