ATLAS Offline Software
RPCSimHitCollection_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef RPCSIMHITCOLLECTION_P3_H
6 #define RPCSIMHITCOLLECTION_P3_H
7 
8 #include <vector>
10 
11 namespace Muon {
13 {
14  public:
15  std::vector<int> m_RPCid;
16  std::vector<float> m_globalTime;
17  std::vector<float> m_stX, m_stY, m_stZ;
18  std::vector<HepMcParticleLink_p2> m_partLink;
19  std::vector<float> m_stopX, m_stopY, m_stopZ;
20  std::vector<float> m_energyDeposit;
21  std::vector<float> m_stepLength;
22  std::vector<int> m_particleEncoding;
23  std::vector<float> m_kineticEnergy;
24 };
25 }
26 
27 #endif
28 
Muon::RPCSimHitCollection_p3::m_stopZ
std::vector< float > m_stopZ
Represents end-point of the g4 step in the transient class.
Definition: RPCSimHitCollection_p3.h:19
Muon::RPCSimHitCollection_p3::m_stY
std::vector< float > m_stY
Definition: RPCSimHitCollection_p3.h:17
Muon::RPCSimHitCollection_p3::m_stepLength
std::vector< float > m_stepLength
Definition: RPCSimHitCollection_p3.h:21
Muon::RPCSimHitCollection_p3::m_RPCid
std::vector< int > m_RPCid
Definition: RPCSimHitCollection_p3.h:15
Muon::RPCSimHitCollection_p3::m_stZ
std::vector< float > m_stZ
Represents m_localPosition in transient class.
Definition: RPCSimHitCollection_p3.h:17
Muon::RPCSimHitCollection_p3::m_stopX
std::vector< float > m_stopX
Definition: RPCSimHitCollection_p3.h:19
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::RPCSimHitCollection_p3::m_globalTime
std::vector< float > m_globalTime
Definition: RPCSimHitCollection_p3.h:16
Muon::RPCSimHitCollection_p3::m_stX
std::vector< float > m_stX
Definition: RPCSimHitCollection_p3.h:17
Muon::RPCSimHitCollection_p3::m_kineticEnergy
std::vector< float > m_kineticEnergy
Definition: RPCSimHitCollection_p3.h:23
Muon::RPCSimHitCollection_p3::m_partLink
std::vector< HepMcParticleLink_p2 > m_partLink
Definition: RPCSimHitCollection_p3.h:18
Muon::RPCSimHitCollection_p3::m_stopY
std::vector< float > m_stopY
Definition: RPCSimHitCollection_p3.h:19
Muon::RPCSimHitCollection_p3::m_energyDeposit
std::vector< float > m_energyDeposit
Definition: RPCSimHitCollection_p3.h:20
Muon::RPCSimHitCollection_p3
Definition: RPCSimHitCollection_p3.h:13
Muon::RPCSimHitCollection_p3::m_particleEncoding
std::vector< int > m_particleEncoding
Definition: RPCSimHitCollection_p3.h:22