2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5///////////////////////////////////////////////////////////////////
7// Inline file for class ScintillatorHit
9// Author Thomas Kittelmann <kittel@nbi.dk>
10///////////////////////////////////////////////////////////////////
12inline int ScintillatorHit::GetVolNumber() const
13{ return m_volNumber; }
15inline int ScintillatorHit::GetParticleEncoding() const
16{ return m_particleEncoding; }
18inline float ScintillatorHit::GetKineticEnergy() const
19{ return m_kineticEnergy; }
21inline float ScintillatorHit::GetEnergyDeposit() const
22{ return m_energyDeposit; }
24inline float ScintillatorHit::GetPreStepX() const
27inline float ScintillatorHit::GetPreStepY() const
30inline float ScintillatorHit::GetPreStepZ() const
33inline float ScintillatorHit::GetPostStepX() const
34{ return m_postStepX; }
36inline float ScintillatorHit::GetPostStepY() const
37{ return m_postStepY; }
39inline float ScintillatorHit::GetPostStepZ() const
40{ return m_postStepZ; }
42inline float ScintillatorHit::GetGlobalPreStepX() const
43{ return m_globalPreStepX; }
45inline float ScintillatorHit::GetGlobalPreStepY() const
46{ return m_globalPreStepY; }
48inline float ScintillatorHit::GetGlobalPreStepZ() const
49{ return m_globalPreStepZ; }
51inline float ScintillatorHit::GetGlobalPostStepX() const
52{ return m_globalPostStepX; }
54inline float ScintillatorHit::GetGlobalPostStepY() const
55{ return m_globalPostStepY; }
57inline float ScintillatorHit::GetGlobalPostStepZ() const
58{ return m_globalPostStepZ; }
60inline float ScintillatorHit::GetGlobalTime() const
61{ return m_globalTime; }
63inline const HepMcParticleLink& ScintillatorHit::particleLink() const