ATLAS Offline Software
SimpleScintillatorHit.icc
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 ///////////////////////////////////////////////////////////////////
6 //
7 // Inline file for class SimpleScintillatorHit
8 //
9 // Author Andrea Di Simone
10 ///////////////////////////////////////////////////////////////////
11 
12 
13 inline int SimpleScintillatorHit::GetParticleEncoding() const
14 { return m_particleEncoding; }
15 
16 inline float SimpleScintillatorHit::GetKineticEnergy() const
17 { return m_kineticEnergy; }
18 
19 inline float SimpleScintillatorHit::GetEnergyDeposit() const
20 { return m_energyDeposit; }
21 
22 inline CLHEP::Hep3Vector SimpleScintillatorHit::GetPosition() const
23 { return m_position; }
24 
25 inline float SimpleScintillatorHit::GetGlobalTime() const
26 { return m_globalTime; }
27 
28 inline int SimpleScintillatorHit::GetCopyNo() const
29 { return m_copyNo; }
30 
31 inline const HepMcParticleLink& SimpleScintillatorHit::particleLink() const
32 { return m_partLink; }