9 #ifndef IMPISD_TALOS_RESTRAINT_H
10 #define IMPISD_TALOS_RESTRAINT_H
12 #include <IMP/isd/isd_config.h>
19 IMPISD_BEGIN_NAMESPACE
75 unsigned N,
double R0,
double chiexp,
Particle *kappa);
79 double get_probability()
const
81 return exp(-unprotected_evaluate(
nullptr));
86 return mises_->get_R0();
89 double get_chiexp()
const
91 return mises_->get_chiexp();
97 IMP::Pointer<Particle> p_[4];
98 IMP::Pointer<Particle> kappa_;
99 IMP::Pointer<vonMisesSufficient> mises_;