|
Rosetta
|
#include <InterModelMotifScorer.hh>

Static Public Member Functions | |
| static std::string | type_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &) |
Static Public Member Functions inherited from protocols::sewing::scoring::MotifScorer | |
| static std::string | type_name () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &) |
Private Attributes | |
| core::Real | weight_ =10.0 |
Additional Inherited Members | |
Protected Attributes inherited from protocols::sewing::scoring::MotifScorer | |
| core::scoring::motif::MotifHashManager & | mman_ |
| core::chemical::ResidueTypeSetCOP | res_type_set_ |
| core::Real | last_score_ =1000 |
| core::Real | old_last_score_ =1000 |
| protocols::sewing::scoring::InterModelMotifScorer::InterModelMotifScorer | ( | ) |
default construct
|
overridedefault |
| protocols::sewing::scoring::InterModelMotifScorer::InterModelMotifScorer | ( | InterModelMotifScorer const & | src | ) |
| core::Real protocols::sewing::scoring::InterModelMotifScorer::full_motif_score | ( | data_storage::SmartAssemblyCOP | assembly | ) |
use Will's Motif score to calculate the motif score for interactions between a given segment and segments from other models. Divide by total number of segments
References protocols::sewing::data_storage::SmartSegment::get_n_most_segment(), protocols::sewing::scoring::MotifScorer::get_score(), protocols::sewing::scoring::MotifScorer::get_stub(), protocols::sewing::scoring::MotifScorer::res_type_set_, score(), and protocols::sewing::scoring::TR().
Referenced by score().
|
overridevirtual |
Implements protocols::sewing::scoring::AssemblyScorer.
|
overridevirtual |
Implements protocols::sewing::scoring::AssemblyScorer.
References weight_.
|
static |
|
overridevirtual |
Use the negative normalized motif score
Implements protocols::sewing::scoring::AssemblyScorer.
References full_motif_score(), protocols::sewing::scoring::MotifScorer::get_last_score(), protocols::sewing::scoring::MotifScorer::set_last_score(), protocols::sewing::scoring::MotifScorer::set_old_last_score(), and protocols::sewing::scoring::TR().
Referenced by full_motif_score().
|
overridevirtual |
Implements protocols::sewing::scoring::AssemblyScorer.
References protocols::sewing::scoring::TR(), and weight_.
|
overridevirtual |
Implements protocols::sewing::scoring::AssemblyScorer.
References weight_.
|
static |
|
private |
Referenced by get_weight(), set_options_from_tag(), and set_weight().