11 #ifndef IMPMULTIFIT_RADIUS_OF_GYRATION_RESTRAINT_H
12 #define IMPMULTIFIT_RADIUS_OF_GYRATION_RESTRAINT_H
14 #include <IMP/multifit/multifit_config.h>
19 IMPMULTIFIT_BEGIN_NAMESPACE
52 Pointer<core::HarmonicUpperBound> hub_;
56 float get_approximated_radius_of_gyration(
int len);
58 float get_actual_radius_of_gyration(ParticlesTemp ps);
60 float get_approximated_radius(
int len);
61 IMPMULTIFIT_END_NAMESPACE