IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
|
Container for experimental distance measurement. More...
#include <IMP/bff/AV.h>
Public Member Functions | |
std::string | get_json () |
Get a JSON string. More... | |
double | score_model (double model) |
Score a model distance against the experimental distance. More... | |
void | show (std::ostream &out=std::cout) const |
Public Attributes | |
double | distance = -1 |
int | distance_type = IMP::bff::DYE_PAIR_DISTANCE_MEAN |
double | error_neg = -1 |
double | error_pos = -1 |
double | forster_radius = 52.0 |
std::string | position_1 |
std::string | position_2 |
std::string IMP::bff::AVPairDistanceMeasurement::get_json | ( | ) |
Get a JSON string.
double IMP::bff::AVPairDistanceMeasurement::score_model | ( | double | model | ) |
Score a model distance against the experimental distance.
model | The model distance to be scored. |