ATLAS Offline Software
Loading...
Searching...
No Matches
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 ()=default

Public Attributes

std::vector< signed char > m_rdoList
 Store offsets.
Data from Trk::PrepRawData
float m_locX {0}
 Equivalent to localPosition (locX) in the base class.
float m_errorMat {0}
 1-d ErrorMatrix in the base class.
short int m_time {0}
int m_charge {0}
float m_driftDist {0}
float m_angle {0}
float m_chisqProb {0}
std::vector< uint16_t > m_stripNumbers
 these are the parameters of the muTPC reconstruction
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 ( )
default

Member Data Documentation

◆ m_angle

float Muon::MMPrepData_p1::m_angle {0}

Definition at line 35 of file MMPrepData_p1.h.

35{0};

◆ m_author

int Muon::MMPrepData_p1::m_author {0}

Definition at line 46 of file MMPrepData_p1.h.

46{0}; // contains the info about which cluster builder tool produced the PRD

◆ m_charge

int Muon::MMPrepData_p1::m_charge {0}

Definition at line 32 of file MMPrepData_p1.h.

32{0}; // for single-strip PRD, that's the charge measured

◆ m_chisqProb

float Muon::MMPrepData_p1::m_chisqProb {0}

Definition at line 36 of file MMPrepData_p1.h.

36{0};

◆ m_driftDist

float Muon::MMPrepData_p1::m_driftDist {0}

Definition at line 33 of file MMPrepData_p1.h.

33{0}; // for single-strip PRD, that's the calibrated drift distance

◆ m_errorMat

float Muon::MMPrepData_p1::m_errorMat {0}

1-d ErrorMatrix in the base class.

Definition at line 29 of file MMPrepData_p1.h.

29{0};

◆ m_locX

float Muon::MMPrepData_p1::m_locX {0}

Equivalent to localPosition (locX) in the base class.

Definition at line 28 of file MMPrepData_p1.h.

28{0};

◆ 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 {0}

Definition at line 31 of file MMPrepData_p1.h.

31{0}; // for single-strip PRD, that's the time measured

The documentation for this class was generated from the following file: