|
ACTS
Experiment-independent tracking
|
The struct that stores the individual components. More...
#include <Acts/Propagator/MultiStepperLoop.hpp>
Public Member Functions | |
| Component (SingleState state_, double weight_, IntersectionStatus status_) | |
| Constructor for a multi-stepper component. | |
Public Attributes | |
| SingleState | state |
| Individual component state for propagation. | |
| IntersectionStatus | status |
| Intersection status of this component. | |
| double | weight |
| Statistical weight of this component. | |
The struct that stores the individual components.
| Acts::MultiStepperLoop< single_stepper_t, component_reducer_t >::State::Component::Component | ( | SingleState | state_, |
| double | weight_, | ||
| IntersectionStatus | status_ ) |
Constructor for a multi-stepper component.
| state_ | The single state for this component |
| weight_ | The weight of this component |
| status_ | The intersection status of this component |
| SingleState Acts::MultiStepperLoop< single_stepper_t, component_reducer_t >::State::Component::state |
Individual component state for propagation.
| IntersectionStatus Acts::MultiStepperLoop< single_stepper_t, component_reducer_t >::State::Component::status |
Intersection status of this component.
| double Acts::MultiStepperLoop< single_stepper_t, component_reducer_t >::State::Component::weight |
Statistical weight of this component.