#include <TofMcHit.h>
Definition at line 13 of file TofMcHit.h.
◆ TofMcHit() [1/2]
Event::TofMcHit::TofMcHit |
( |
| ) |
|
|
inline |
◆ TofMcHit() [2/2]
Event::TofMcHit::TofMcHit |
( |
const Identifier & |
id, |
|
|
unsigned int |
trackIndex, |
|
|
double |
xPosition, |
|
|
double |
yPosition, |
|
|
double |
zPosition, |
|
|
double |
px, |
|
|
double |
py, |
|
|
double |
pz, |
|
|
double |
trackLength, |
|
|
double |
flightTime |
|
) |
| |
Definition at line 3 of file TofMcHit.cxx.
6 : m_id(id), m_trackIndex(trackIndex),
7 m_xPosition(xPosition), m_yPosition(yPosition),m_zPosition(zPosition),
8 m_px(px), m_py(py), m_pz(pz), m_trackLength(trackLength), m_flightTime(flightTime){}
◆ classID()
static const CLID & Event::TofMcHit::classID |
( |
| ) |
|
|
inlinestatic |
Definition at line 20 of file TofMcHit.h.
21 {
23 }
const CLID & CLID_TofMcHit
Referenced by clID().
◆ clID()
virtual const CLID & Event::TofMcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 15 of file TofMcHit.h.
16 {
18 }
static const CLID & classID()
◆ getFlightTime()
double Event::TofMcHit::getFlightTime |
( |
| ) |
const |
Definition at line 56 of file TofMcHit.cxx.
56 {
57 return m_flightTime;
58}
◆ getPositionX()
double Event::TofMcHit::getPositionX |
( |
| ) |
const |
Definition at line 21 of file TofMcHit.cxx.
21 {
22 return m_xPosition;
23}
◆ getPositionY()
double Event::TofMcHit::getPositionY |
( |
| ) |
const |
Definition at line 26 of file TofMcHit.cxx.
26 {
27 return m_yPosition;
28}
◆ getPositionZ()
double Event::TofMcHit::getPositionZ |
( |
| ) |
const |
Definition at line 31 of file TofMcHit.cxx.
31 {
32 return m_zPosition;
33}
◆ getPx()
double Event::TofMcHit::getPx |
( |
| ) |
const |
◆ getPy()
double Event::TofMcHit::getPy |
( |
| ) |
const |
◆ getPz()
double Event::TofMcHit::getPz |
( |
| ) |
const |
◆ getTrackIndex()
unsigned int Event::TofMcHit::getTrackIndex |
( |
| ) |
const |
Definition at line 16 of file TofMcHit.cxx.
16 {
17 return m_trackIndex;
18}
◆ getTrackLength()
double Event::TofMcHit::getTrackLength |
( |
| ) |
const |
Definition at line 51 of file TofMcHit.cxx.
51 {
52 return m_trackLength;
53}
◆ identify()
◆ setFlightTime()
void Event::TofMcHit::setFlightTime |
( |
double |
flightTime | ) |
|
|
inline |
◆ setIdentifier()
void Event::TofMcHit::setIdentifier |
( |
unsigned int |
id | ) |
|
|
inline |
◆ setPositionX()
void Event::TofMcHit::setPositionX |
( |
double |
positionX | ) |
|
|
inline |
◆ setPositionY()
void Event::TofMcHit::setPositionY |
( |
double |
positionY | ) |
|
|
inline |
◆ setPositionZ()
void Event::TofMcHit::setPositionZ |
( |
double |
positionZ | ) |
|
|
inline |
◆ setPx()
void Event::TofMcHit::setPx |
( |
double |
px | ) |
|
|
inline |
◆ setPy()
void Event::TofMcHit::setPy |
( |
double |
py | ) |
|
|
inline |
◆ setPz()
void Event::TofMcHit::setPz |
( |
double |
pz | ) |
|
|
inline |
◆ setTrackIndex()
void Event::TofMcHit::setTrackIndex |
( |
unsigned int |
trackIndex | ) |
|
|
inline |
◆ setTrackLength()
void Event::TofMcHit::setTrackLength |
( |
double |
trackLength | ) |
|
|
inline |
The documentation for this class was generated from the following files: