10 #ifndef IMPISD_AMBIGUOUS_NOE_RESTRAINT_H
11 #define IMPISD_AMBIGUOUS_NOE_RESTRAINT_H
13 #include <IMP/isd/isd_config.h>
20 IMPISD_BEGIN_NAMESPACE
29 void set_chi(
double chi) { chi_ = chi; }
38 double get_probability()
const {
return exp(-unprotected_evaluate(
nullptr)); }
40 double get_chi()
const {
return chi_; }
A shared container for Pairs.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A decorator for scale parameters particles.
Ambiguous NOE distance restraint between a number of pairs of particles.
A more IMP-like version of the std::vector.
A smart pointer to a reference counted object.
Class for storing model, its restraints, constraints, and particles.
Abstract base class for all restraints.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.