IMP logo
IMP Reference Guide  develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP::bff::AVPairDistanceMeasurement Class Reference

Container for experimental distance measurement. More...

#include <IMP/bff/AV.h>

+ Inheritance diagram for IMP::bff::AVPairDistanceMeasurement:

Detailed Description

Container for experimental distance measurement.

Definition at line 54 of file 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
 

Member Function Documentation

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.

Parameters
modelThe model distance to be scored.
Returns
The score of the model distance.

The documentation for this class was generated from the following file: