ATLAS Offline Software
Loading...
Searching...
No Matches
sTGCSimHitCollection_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef STGCSIMHITCOLLECTION_P3_H
6#define STGCSIMHITCOLLECTION_P3_H
7
8#include <vector>
10
11namespace Muon {
13 {
14 public:
15 std::vector<int> m_sTGCId;
16 std::vector<float> m_globalTime;
17 std::vector<float> m_stX, m_stY, m_stZ;
18 std::vector<int> m_particleEncoding;
19 std::vector<float> m_depositEnergy;
20 std::vector<HepMcParticleLink_p2> m_partLink;
21 std::vector<float> m_kineticEnergy;
22 std::vector<float> m_prestX, m_prestY, m_prestZ;
23 };
24}
25
26#endif
27
std::vector< float > m_stZ
Represents m_globalPosition in transient class.
std::vector< HepMcParticleLink_p2 > m_partLink
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.