41 #include <utility/exit.hh>
45 #include <numeric/xyzVector.hh>
54 #include <utility/vector1.hh>
65 utility_exit_with_message(
"You shouldn't call the empty constructor for GridSearchIteratorCA class" );
82 if (
this != &other ) {
110 x_vec.push_back((coo1.x() + coo2.x())/2.0);
111 y_vec.push_back((coo1.y() + coo2.y())/2.0);
112 z_vec.push_back((coo1.z() + coo2.z())/2.0);
125 for(i = 1; i <= n_res; i++){