Recording of informations about a single track.
More...
#include <bayeux/mctools/g4/track_history.h>
|
static const int | TRACK_ID_UNSET = 0 |
| Undefined Id for a track (parent track Id is 0 for a primary track) More...
|
|
Recording of informations about a single track.
◆ track_info()
mctools::g4::track_history::track_info::track_info |
( |
| ) |
|
◆ ~track_info()
mctools::g4::track_history::track_info::~track_info |
( |
| ) |
|
◆ get_creator_process_name()
const std::string& mctools::g4::track_history::track_info::get_creator_process_name |
( |
| ) |
const |
◆ get_creator_sensitive_category()
const std::string& mctools::g4::track_history::track_info::get_creator_sensitive_category |
( |
| ) |
const |
◆ get_id()
int mctools::g4::track_history::track_info::get_id |
( |
| ) |
const |
◆ get_parent_id()
int mctools::g4::track_history::track_info::get_parent_id |
( |
| ) |
const |
◆ get_particle_name()
const std::string& mctools::g4::track_history::track_info::get_particle_name |
( |
| ) |
const |
◆ is_primary()
bool mctools::g4::track_history::track_info::is_primary |
( |
| ) |
const |
◆ reset()
void mctools::g4::track_history::track_info::reset |
( |
| ) |
|
◆ set_creator_process_name()
void mctools::g4::track_history::track_info::set_creator_process_name |
( |
const std::string & |
name_ | ) |
|
◆ set_creator_sensitive_category()
void mctools::g4::track_history::track_info::set_creator_sensitive_category |
( |
const std::string & |
category_ | ) |
|
◆ set_id()
void mctools::g4::track_history::track_info::set_id |
( |
const int |
id_ | ) |
|
◆ set_parent_id()
void mctools::g4::track_history::track_info::set_parent_id |
( |
const int |
id_ | ) |
|
◆ set_particle_name()
void mctools::g4::track_history::track_info::set_particle_name |
( |
const std::string & |
name_ | ) |
|
◆ TRACK_ID_UNSET
const int mctools::g4::track_history::track_info::TRACK_ID_UNSET = 0 |
|
static |
Undefined Id for a track (parent track Id is 0 for a primary track)
The documentation for this class was generated from the following file: