ATLAS Offline Software
MMSimHitCollection_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONSIMEVENTTPCNV_MMSIMHITCOLLECTION_P3_H
6 #define MUONSIMEVENTTPCNV_MMSIMHITCOLLECTION_P3_H
7 
8 #include <vector>
10 
11 namespace Muon {
13  {
14  public:
15  std::vector<int> m_MMId;
16  std::vector<float> m_globalTime;
17  //postStep
18  std::vector<float> m_stX, m_stY, m_stZ;
19  std::vector<float> m_kineticEnergy;
20  std::vector<int> m_particleEncoding;
21  std::vector<float> m_ptX, m_ptY, m_ptZ;
22  std::vector<float> m_depositEnergy;
23 
24  std::vector<HepMcParticleLink_p3> m_partLink;
25  };
26 }
27 
28 #endif // MUONSIMEVENTTPCNV_MMSIMHITCOLLECTION_P3_H
Muon::MMSimHitCollection_p3::m_partLink
std::vector< HepMcParticleLink_p3 > m_partLink
Definition: MMSimHitCollection_p3.h:24
Muon::MMSimHitCollection_p3::m_depositEnergy
std::vector< float > m_depositEnergy
Definition: MMSimHitCollection_p3.h:22
Muon::MMSimHitCollection_p3::m_ptY
std::vector< float > m_ptY
Definition: MMSimHitCollection_p3.h:21
Muon::MMSimHitCollection_p3::m_stX
std::vector< float > m_stX
Definition: MMSimHitCollection_p3.h:18
Muon::MMSimHitCollection_p3::m_stZ
std::vector< float > m_stZ
Represents m_globalPosition in transient class.
Definition: MMSimHitCollection_p3.h:18
Muon::MMSimHitCollection_p3::m_globalTime
std::vector< float > m_globalTime
Definition: MMSimHitCollection_p3.h:16
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MMSimHitCollection_p3::m_MMId
std::vector< int > m_MMId
Definition: MMSimHitCollection_p3.h:15
Muon::MMSimHitCollection_p3::m_particleEncoding
std::vector< int > m_particleEncoding
Definition: MMSimHitCollection_p3.h:20
Muon::MMSimHitCollection_p3
Definition: MMSimHitCollection_p3.h:13
Muon::MMSimHitCollection_p3::m_ptZ
std::vector< float > m_ptZ
Definition: MMSimHitCollection_p3.h:21
Muon::MMSimHitCollection_p3::m_ptX
std::vector< float > m_ptX
Definition: MMSimHitCollection_p3.h:21
Muon::MMSimHitCollection_p3::m_stY
std::vector< float > m_stY
Definition: MMSimHitCollection_p3.h:18
Muon::MMSimHitCollection_p3::m_kineticEnergy
std::vector< float > m_kineticEnergy
Definition: MMSimHitCollection_p3.h:19