6 #ifndef BALL_SCORING_COMPONENTS_HYDROGENBOND_H
7 #define BALL_SCORING_COMPONENTS_HYDROGENBOND_H
151 virtual
bool setup();
157 void enableChargeEvaluation(
bool b);
164 virtual
double updateScore();
168 void update(const vector<std::pair<
Atom*, Atom*> >& pair_vector);
177 std::vector< std::pair<const Atom*, const Atom*> > possible_hydrogen_bonds_;
181 double h_bond_distance_lower_;
183 double h_bond_distance_upper_;
185 double h_bond_angle_lower_;
187 double h_bond_angle_upper_;
191 double ideal_hbond_length_;
195 double ideal_hbond_angle_;
199 Size getType(Atom* atom);
206 bool charge_evaluation_enabled_;
210 #endif // BALL_SCORING_COMPONENTS_HYDROGENBOND_H
static const float HB_ANG_UPPER
static const char * HB_IDEAL_ANGLE
static const float HB_DIST_UPPER
static const char * HB_DIST_LOWER
static const Size VERBOSITY
static const char * VERBOSITY
static const char * HB_IDEAL_LENGTH
static const float HB_IDEAL_ANGLE
static const char * HB_ANG_LOWER
static const float HB_DIST_LOWER
static const char * HB_ANG_UPPER
static const float HB_ANG_LOWER
static const float HB_IDEAL_LENGTH
static const char * HB_DIST_UPPER