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