10 #ifndef IMPISD_AMBIGUOUS_NOE_RESTRAINT_H
11 #define IMPISD_AMBIGUOUS_NOE_RESTRAINT_H
13 #include <IMP/isd/isd_config.h>
21 IMPISD_BEGIN_NAMESPACE
31 void set_chi(
double chi) { chi_ = chi; }
41 double get_probability()
const
43 return exp(-unprotected_evaluate(
nullptr));
46 double get_chi()
const
Class for adding derivatives from restraints to the model.
IMP::base::Vector< IMP::base::WeakPointer< kernel::ModelObject > > ModelObjectsTemp
A decorator for scale parameters particles.
A shared container for Pairs.
A smart pointer to a reference counted object.
Ambiguous NOE distance restraint between a number of pairs of particles.
Import IMP/kernel/restraint_macros.h in the namespace.
Import IMP/kernel/PairContainer.h in the namespace.
Abstract base class for all restraints.
A restraint is a term in an IMP ScoringFunction.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Class to handle individual model particles.
Import IMP/kernel/SingletonScore.h in the namespace.
Class for storing model, its restraints, constraints, and particles.