ATLAS Offline Software
Loading...
Searching...
No Matches
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
13inline int SimpleScintillatorHit::GetParticleEncoding() const
14{ return m_particleEncoding; }
15
16inline float SimpleScintillatorHit::GetKineticEnergy() const
17{ return m_kineticEnergy; }
18
19inline float SimpleScintillatorHit::GetEnergyDeposit() const
20{ return m_energyDeposit; }
21
22inline CLHEP::Hep3Vector SimpleScintillatorHit::GetPosition() const
23{ return m_position; }
24
25inline float SimpleScintillatorHit::GetGlobalTime() const
26{ return m_globalTime; }
27
28inline int SimpleScintillatorHit::GetCopyNo() const
29{ return m_copyNo; }
30
31inline const HepMcParticleLink& SimpleScintillatorHit::particleLink() const
32{ return m_partLink; }