ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace 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
std::vector< float > m_kineticEnergy
std::vector< HepMcParticleLink_p3 > m_partLink
std::vector< float > m_depositEnergy
std::vector< float > m_stZ
Represents m_globalPosition in transient class.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.