ATLAS Offline Software
Loading...
Searching...
No Matches
TGCSimHitCollection_p5.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 TGCSIMHITCOLLECTION_P5_H
6#define TGCSIMHITCOLLECTION_P5_H
7
8#include <vector>
10
11namespace Muon {
13{
14 public:
15 std::vector<int> m_TGCid;
16 std::vector<float> m_globalTime;
17 std::vector<float> m_stX, m_stY, m_stZ;
18 std::vector<float> m_enX, m_enY, m_enZ;
19 std::vector<HepMcParticleLink_p3> m_partLink;
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 // TGCSIMHITCOLLECTION_P5_H
std::vector< HepMcParticleLink_p3 > m_partLink
std::vector< float > m_enZ
Represents m_localDireCos in transient class.
std::vector< float > m_stZ
Represents m_localPosition in transient class.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.