#include <McTrajectory.h>
Definition at line 19 of file McTrajectory.h.
◆ McTrajectory()
Event::McTrajectory::McTrajectory |
( |
| ) |
|
|
inline |
◆ ~McTrajectory()
Event::McTrajectory::~McTrajectory |
( |
| ) |
|
|
inline |
◆ addPoints()
void Event::McTrajectory::addPoints |
( |
std::vector< Hep3Vector > & |
points | ) |
|
Add the 3d points to the trajectory.
Definition at line 24 of file McTrajectory.cxx.
24 {
25 m_points = points;
26}
◆ classID()
static const CLID & Event::McTrajectory::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID()
virtual const CLID & Event::McTrajectory::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ getCharge()
int Event::McTrajectory::getCharge |
( |
| ) |
const |
|
inline |
◆ getMcParticle() [1/2]
McParticle * Event::McTrajectory::getMcParticle |
( |
| ) |
|
◆ getMcParticle() [2/2]
const McParticle * Event::McTrajectory::getMcParticle |
( |
| ) |
const |
◆ getPoints()
std::vector< Hep3Vector > & Event::McTrajectory::getPoints |
( |
| ) |
|
|
inline |
◆ setCharge()
void Event::McTrajectory::setCharge |
( |
int |
charge | ) |
|
|
inline |
◆ setMcParticle() [1/2]
void Event::McTrajectory::setMcParticle |
( |
McParticle * |
value | ) |
|
Update pointer to McParticle (by a C++ pointer or a smart reference)
Definition at line 16 of file McTrajectory.cxx.
16 {
17 m_mcParticle = value;
18}
◆ setMcParticle() [2/2]
void Event::McTrajectory::setMcParticle |
( |
SmartRef< McParticle > |
value | ) |
|
The documentation for this class was generated from the following files: