ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::sTgcPrepData_p3 Class Reference

#include <sTgcPrepData_p3.h>

Collaboration diagram for Muon::sTgcPrepData_p3:

Public Member Functions

 sTgcPrepData_p3 ()=default

Public Attributes

std::vector< signed char > m_rdoList {}
 Store offsets.
Data from Trk::PrepRawData
float m_locX {0.f}
 Equivalent to localPosition (locX) in the base class.
float m_errorMat {0.f}
 2-d ErrorMatrix in the base class.
float m_locY {0.f}
int m_charge {0}
short int m_time {0}
uint16_t m_bcBitMap {0}
std::vector< uint16_t > m_stripNumbers {}
 cluster quantities
std::vector< short int > m_stripTimes {}
std::vector< int > m_stripCharges {}
uint8_t m_author {0}
uint8_t m_quality {0}

Detailed Description

Definition at line 18 of file sTgcPrepData_p3.h.

Constructor & Destructor Documentation

◆ sTgcPrepData_p3()

Muon::sTgcPrepData_p3::sTgcPrepData_p3 ( )
default

Member Data Documentation

◆ m_author

uint8_t Muon::sTgcPrepData_p3::m_author {0}

Definition at line 39 of file sTgcPrepData_p3.h.

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

◆ m_bcBitMap

uint16_t Muon::sTgcPrepData_p3::m_bcBitMap {0}

Definition at line 33 of file sTgcPrepData_p3.h.

33{0};

◆ m_charge

int Muon::sTgcPrepData_p3::m_charge {0}

Definition at line 31 of file sTgcPrepData_p3.h.

31{0};

◆ m_errorMat

float Muon::sTgcPrepData_p3::m_errorMat {0.f}

2-d ErrorMatrix in the base class.

Definition at line 28 of file sTgcPrepData_p3.h.

28{0.f};

◆ m_locX

float Muon::sTgcPrepData_p3::m_locX {0.f}

Equivalent to localPosition (locX) in the base class.

Definition at line 27 of file sTgcPrepData_p3.h.

27{0.f};

◆ m_locY

float Muon::sTgcPrepData_p3::m_locY {0.f}

Definition at line 30 of file sTgcPrepData_p3.h.

30{0.f}; // sTGC pads require both X and Y coordinates

◆ m_quality

uint8_t Muon::sTgcPrepData_p3::m_quality {0}

Definition at line 40 of file sTgcPrepData_p3.h.

40{0}; // contains the info about the quality of the cluster

◆ m_rdoList

std::vector< signed char > Muon::sTgcPrepData_p3::m_rdoList {}

Store offsets.

Definition at line 23 of file sTgcPrepData_p3.h.

23{};

◆ m_stripCharges

std::vector<int> Muon::sTgcPrepData_p3::m_stripCharges {}

Definition at line 38 of file sTgcPrepData_p3.h.

38{};

◆ m_stripNumbers

std::vector<uint16_t> Muon::sTgcPrepData_p3::m_stripNumbers {}

cluster quantities

Definition at line 36 of file sTgcPrepData_p3.h.

36{};

◆ m_stripTimes

std::vector<short int> Muon::sTgcPrepData_p3::m_stripTimes {}

Definition at line 37 of file sTgcPrepData_p3.h.

37{};

◆ m_time

short int Muon::sTgcPrepData_p3::m_time {0}

Definition at line 32 of file sTgcPrepData_p3.h.

32{0};

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