|
double | time_in |
|
double | time_out |
|
◆ conflict() [1/2]
bool larcfm::LossData::conflict |
( |
| ) |
const |
◆ conflict() [2/2]
bool larcfm::LossData::conflict |
( |
double |
thr | ) |
const |
DEPRECATED – Use conflictLastMoreThan instead
◆ conflictBefore()
bool larcfm::LossData::conflictBefore |
( |
double |
t | ) |
const |
Returns true if loss occurs before t in seconds
◆ conflictLastMoreThan()
bool larcfm::LossData::conflictLastMoreThan |
( |
double |
thr | ) |
const |
Returns true if loss last more than thr in seconds
◆ getTimeIn()
double larcfm::LossData::getTimeIn |
( |
| ) |
const |
Returns time to first loss in seconds. Note: this returns positive infinity if there is not a conflict!
Returns time to first loss in seconds.
◆ getTimeInterval()
Interval larcfm::LossData::getTimeInterval |
( |
| ) |
const |
Returns time interval to loss in seconds.
Returns time interval to loss in seconds
◆ getTimeOut()
double larcfm::LossData::getTimeOut |
( |
| ) |
const |
Returns time to last loss in seconds. Note: this returns negative infinity if there is not a conflict!
Returns time to last loss in seconds.
◆ toString()
std::string larcfm::LossData::toString |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files:
- Modules/ACCoRD/inc/LossData.h
- Modules/ACCoRD/src/LossData.cpp