Class Observer1D
Defined in File Observer.h
Inheritance Relationships
Base Type
public ObserverFeature(Class ObserverFeature)
Class Documentation
-
class Observer1D : public ObserverFeature
Detects particles when reaching x = 0.
This module detects particles when reaching x = 0 and also limits the next step size to prevent candidates from overshooting.
Public Functions
-
virtual DetectionState checkDetection(Candidate *candidate) const
-
virtual std::string getDescription() const
Protected Attributes
-
std::string description
-
virtual DetectionState checkDetection(Candidate *candidate) const