15 #ifndef INCLUDED_core_scoring_etable_CoarseEtableEnergy_hh
16 #define INCLUDED_core_scoring_etable_CoarseEtableEnergy_hh
33 #include <ObjexxFCL/FArray3D.hh>
42 class CoarseEtableEnergy;
158 coarse_etable_->atom_pair_energy( disbin, frac, atom1, atom2, bb);
159 atr = rep = solv = 0.0;
180 f1 = atom1.
xyz().cross( atom2.
xyz() );
181 f2 = atom1.
xyz() - atom2.
xyz();
185 return coarse_etable_->eval_dE_dR(disbin,frac,atom1,atom2,weights);
211 Real d2,frac;
int disbin;
213 coarse_etable_->atom_pair_energy( disbin, frac, atom1, atom2, bb);
214 atr = rep = solv = 0.0;