#include <MucMcHit.h>
Definition at line 14 of file MucMcHit.h.
◆ MucMcHit() [1/2]
Event::MucMcHit::MucMcHit |
( |
| ) |
|
|
inline |
◆ MucMcHit() [2/2]
Event::MucMcHit::MucMcHit |
( |
const Identifier & |
id, |
|
|
unsigned int |
trackIndex, |
|
|
double |
xPosition, |
|
|
double |
yPosition, |
|
|
double |
zPosition, |
|
|
double |
px, |
|
|
double |
py, |
|
|
double |
pz |
|
) |
| |
Definition at line 3 of file MucMcHit.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){}
◆ classID()
static const CLID & Event::MucMcHit::classID |
( |
| ) |
|
|
inlinestatic |
Definition at line 21 of file MucMcHit.h.
22 {
24 }
const CLID & CLID_MucMcHit
Referenced by clID().
◆ clID()
virtual const CLID & Event::MucMcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 16 of file MucMcHit.h.
17 {
19 }
static const CLID & classID()
◆ getPositionX()
double Event::MucMcHit::getPositionX |
( |
| ) |
const |
Definition at line 21 of file MucMcHit.cxx.
21 {
22 return m_xPosition;
23}
◆ getPositionY()
double Event::MucMcHit::getPositionY |
( |
| ) |
const |
Definition at line 26 of file MucMcHit.cxx.
26 {
27 return m_yPosition;
28}
◆ getPositionZ()
double Event::MucMcHit::getPositionZ |
( |
| ) |
const |
Definition at line 31 of file MucMcHit.cxx.
31 {
32 return m_zPosition;
33}
◆ getPx()
double Event::MucMcHit::getPx |
( |
| ) |
const |
◆ getPy()
double Event::MucMcHit::getPy |
( |
| ) |
const |
◆ getPz()
double Event::MucMcHit::getPz |
( |
| ) |
const |
◆ getTrackIndex()
unsigned int Event::MucMcHit::getTrackIndex |
( |
| ) |
const |
Definition at line 16 of file MucMcHit.cxx.
16 {
17 return m_trackIndex;
18}
◆ identify()
◆ setIdentifier()
void Event::MucMcHit::setIdentifier |
( |
unsigned |
id | ) |
|
|
inline |
◆ setPositionX()
void Event::MucMcHit::setPositionX |
( |
double |
positionX | ) |
|
|
inline |
◆ setPositionY()
void Event::MucMcHit::setPositionY |
( |
double |
positionY | ) |
|
|
inline |
◆ setPositionZ()
void Event::MucMcHit::setPositionZ |
( |
double |
positionZ | ) |
|
|
inline |
◆ setPx()
void Event::MucMcHit::setPx |
( |
double |
px | ) |
|
|
inline |
◆ setPy()
void Event::MucMcHit::setPy |
( |
double |
py | ) |
|
|
inline |
◆ setPz()
void Event::MucMcHit::setPz |
( |
double |
pz | ) |
|
|
inline |
◆ setTrackIndex()
void Event::MucMcHit::setTrackIndex |
( |
unsigned int |
trackIndex | ) |
|
|
inline |
The documentation for this class was generated from the following files: