28 #include <utility/tag/Tag.hh>
32 #include <utility/vector0.hh>
33 #include <utility/vector1.hh>
41 namespace task_operations {
45 RotamerSetOperation(),
52 RotamerSetOperation(),
79 Size irot( 0 ), num_to_delete(0);
80 for( Rotamers::const_iterator it=rotamer_set.
begin(), ite=rotamer_set.
end(); it != ite; ++it ) {
83 rotamers_to_delete[ irot ] =
false;
91 runtime_assert( rop->nchi() >= 2 );
99 rotamers_to_delete[ irot ] =
true;
128 include_trp_( false )
153 chi2max( tag->getOption<
Real >(
"chi2max", 110.0 ) );
154 chi2min( tag->getOption<
Real >(
"chi2min", 70.0 ) );
155 include_trp( tag->getOption<
bool >(
"include_trp", 0 ) );
161 chi2max( def[
"chi2max"] ? def[
"chi2max"].to<Real>() : 110.0 );
162 chi2min( def[
"chi2min"] ? def[
"chi2min"].to<Real>() : 70.0 );