2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 ///////////////////////////////////////////////////////////////////
7 // Inline file for class SimpleScintillatorHit
9 // Author Andrea Di Simone
10 ///////////////////////////////////////////////////////////////////
13 inline int SimpleScintillatorHit::GetParticleEncoding() const
14 { return m_particleEncoding; }
16 inline float SimpleScintillatorHit::GetKineticEnergy() const
17 { return m_kineticEnergy; }
19 inline float SimpleScintillatorHit::GetEnergyDeposit() const
20 { return m_energyDeposit; }
22 inline CLHEP::Hep3Vector SimpleScintillatorHit::GetPosition() const
23 { return m_position; }
25 inline float SimpleScintillatorHit::GetGlobalTime() const
26 { return m_globalTime; }
28 inline int SimpleScintillatorHit::GetCopyNo() const
31 inline const HepMcParticleLink& SimpleScintillatorHit::particleLink() const
32 { return m_partLink; }