ATLAS Offline Software
|
#include <RPCSimHitCollection_p2.h>
Public Attributes | |
std::vector< int > | m_RPCid |
std::vector< float > | m_globalTime |
std::vector< float > | m_stX |
std::vector< float > | m_stY |
std::vector< float > | m_stZ |
Represents m_localPosition in transient class. More... | |
std::vector< HepMcParticleLink_p1 > | m_partLink |
std::vector< float > | m_stopX |
std::vector< float > | m_stopY |
std::vector< float > | m_stopZ |
Represents end-point of the g4 step in the transient class. More... | |
std::vector< float > | m_energyDeposit |
std::vector< float > | m_stepLength |
std::vector< int > | m_particleEncoding |
std::vector< float > | m_kineticEnergy |
Definition at line 12 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_energyDeposit |
Definition at line 20 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_globalTime |
Definition at line 16 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_kineticEnergy |
Definition at line 23 of file RPCSimHitCollection_p2.h.
std::vector<int> Muon::RPCSimHitCollection_p2::m_particleEncoding |
Definition at line 22 of file RPCSimHitCollection_p2.h.
std::vector<HepMcParticleLink_p1> Muon::RPCSimHitCollection_p2::m_partLink |
Definition at line 18 of file RPCSimHitCollection_p2.h.
std::vector<int> Muon::RPCSimHitCollection_p2::m_RPCid |
Definition at line 15 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stepLength |
Definition at line 21 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stopX |
Definition at line 19 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stopY |
Definition at line 19 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stopZ |
Represents end-point of the g4 step in the transient class.
Definition at line 19 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stX |
Definition at line 17 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stY |
Definition at line 17 of file RPCSimHitCollection_p2.h.
std::vector<float> Muon::RPCSimHitCollection_p2::m_stZ |
Represents m_localPosition in transient class.
Definition at line 17 of file RPCSimHitCollection_p2.h.