Class DetectionLength
- Defined in File BreakCondition.h 
Inheritance Relationships
Base Type
- public AbstractCondition(Class AbstractCondition)
Class Documentation
- 
class DetectionLength : public AbstractCondition
- Detects the candidate at a given trajectoryLength. - This break condition can be used for non-regular time observation of the particle density. See also ObserverTimeEvolution. - Public Functions - 
DetectionLength(double length = 0)
 - 
void setDetectionLength(double length)
 - 
double getDetectionLength() const
 - 
virtual std::string getDescription() const
 - 
void setMakeRejectedInactive(bool makeInactive)
 - 
void setMakeAcceptedInactive(bool makeInactive)
 - 
void setRejectFlag(std::string key, std::string value)
 - 
void setAcceptFlag(std::string key, std::string value)
 - 
void setDescription(const std::string &description)
 - 
inline size_t addReference() const
 - 
inline size_t removeReference() const
 - 
inline int removeReferenceNoDelete() const
 - 
inline size_t getReferenceCount() const
 - Protected Functions 
- 
DetectionLength(double length = 0)