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///////////////////////////////////////////////////////////////////
13inline int SimpleScintillatorHit::GetParticleEncoding() const
14{ return m_particleEncoding; }
16inline float SimpleScintillatorHit::GetKineticEnergy() const
17{ return m_kineticEnergy; }
19inline float SimpleScintillatorHit::GetEnergyDeposit() const
20{ return m_energyDeposit; }
22inline CLHEP::Hep3Vector SimpleScintillatorHit::GetPosition() const
25inline float SimpleScintillatorHit::GetGlobalTime() const
26{ return m_globalTime; }
28inline int SimpleScintillatorHit::GetCopyNo() const
31inline const HepMcParticleLink& SimpleScintillatorHit::particleLink() const