Go to the documentation of this file.
10 #ifndef INCLUDED_protocols_frags_VallData_hh
11 #define INCLUDED_protocols_frags_VallData_hh
31 #include <utility/vector1_bool.hh>
45 Size const big_size( 100000 );
48 phi_.reserve( big_size );
49 psi_.reserve( big_size );
50 omega_.reserve( big_size );
56 Size const big_size( 100000 );
60 phi_.reserve( big_size );
61 psi_.reserve( big_size );
62 omega_.reserve( big_size );
115 Real const seq_weight,
116 Real const ss_weight,
117 bool const exclude_gly,
118 bool const exclude_pro,
119 bool const exclude_cys_peptides,