39 #include <basic/Tracer.hh>
42 #include <utility/exit.hh>
57 basic::Tracer
TR_PcsInputLine(
"protocols.scoring.methods.pcs.PcsInputLine");
65 utility_exit_with_message(
"You shouldn't call the empty constructor for PcsInputLine class" );
72 residue_num_(other.residue_num_),
73 atom_name_(other.atom_name_),
74 PCS_experimental_(other.PCS_experimental_),
75 PCS_tolerance_(other.PCS_tolerance_)
82 if (
this != &other ) {
114 residue_num_( residue_num ),
115 atom_name_(atom_name),
116 PCS_experimental_(PCS_experimental),
117 PCS_tolerance_(PCS_tolerance)