![]() |
Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Biasing information associated to a biased primary event. More...
#include <bayeux/mctools/biasing/primary_event_bias.h>
Public Member Functions | |
| biasing_info () | |
| Default constructor. More... | |
| void | reset () |
| Reset. More... | |
| bool | is_normal () const |
| Check normal status. More... | |
| bool | is_truncated () const |
| Check truncated status. More... | |
| bool | is_killed () const |
| Check killed status. More... | |
| void | set_status (biased_event_status) |
| Set the status. More... | |
| biased_event_status | get_status () const |
| Return the status. More... | |
Public Attributes | |
| biased_event_status | _status_ |
| Biasing status associated to the event. More... | |
Biasing information associated to a biased primary event.
| mctools::biasing::primary_event_bias::biasing_info::biasing_info | ( | ) |
Default constructor.
| biased_event_status mctools::biasing::primary_event_bias::biasing_info::get_status | ( | ) | const |
Return the status.
| bool mctools::biasing::primary_event_bias::biasing_info::is_killed | ( | ) | const |
Check killed status.
| bool mctools::biasing::primary_event_bias::biasing_info::is_normal | ( | ) | const |
Check normal status.
| bool mctools::biasing::primary_event_bias::biasing_info::is_truncated | ( | ) | const |
Check truncated status.
| void mctools::biasing::primary_event_bias::biasing_info::reset | ( | ) |
Reset.
| void mctools::biasing::primary_event_bias::biasing_info::set_status | ( | biased_event_status | ) |
Set the status.
| biased_event_status mctools::biasing::primary_event_bias::biasing_info::_status_ |
Biasing status associated to the event.
1.8.15