ATLAS Offline Software
Loading...
Searching...
No Matches
GenericMuonSimHitCollection_p1.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 GENERICMUONSIMHITCOLLECTION_P1_H
6#define GENERICMUONSIMHITCOLLECTION_P1_H
7
8#include <vector>
10
11namespace Muon {
13 {
14 public:
15 std::vector<int> m_GenericId;
16 std::vector<float> m_globalTime;
17 std::vector<float> m_globalpreTime;
18 //preStep
19 std::vector<float> m_prestX, m_prestY, m_prestZ;
20 std::vector<float> m_prelocX, m_prelocY, m_prelocZ;
21 //postStep
22 std::vector<float> m_stX, m_stY, m_stZ;
23 std::vector<float> m_locX, m_locY, m_locZ;
24 std::vector<float> m_kineticEnergy;
25 std::vector<int> m_particleEncoding;
26 std::vector<float> m_ptX, m_ptY, m_ptZ;
27 std::vector<float> m_depositEnergy;
28 std::vector<float> m_StepLength;
29
30 std::vector<HepMcParticleLink_p1> m_partLink;
31 };
32}
33
34#endif
35
std::vector< float > m_prelocZ
Represents m_localPosition in transient class.
std::vector< float > m_stZ
Represents m_globalPosition in transient class.
std::vector< float > m_locZ
Represents m_localPosition in transient class.
std::vector< float > m_prestZ
Represents m_globalPosition in transient class.
std::vector< HepMcParticleLink_p1 > m_partLink
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.