#include <TrialCounter.hh>
protocols::moves::TrialCounter::TrialCounter |
( |
) | |
|
|
inline |
core::Size protocols::moves::TrialCounter::accepted |
( |
std::string const & |
tag) | |
|
void protocols::moves::TrialCounter::count_accepted |
( |
std::string const & |
tag) | |
|
void protocols::moves::TrialCounter::count_energy_drop |
( |
std::string const & |
tag, |
|
|
core::Real |
delta |
|
) |
| |
void protocols::moves::TrialCounter::count_trial |
( |
std::string const & |
tag) | |
|
core::Real protocols::moves::TrialCounter::energy_drop |
( |
std::string const & |
tag) | |
|
void protocols::moves::TrialCounter::reset |
( |
void |
) | |
|
void protocols::moves::TrialCounter::show |
( |
std::ostream & |
os, |
|
|
std::string |
line_header = "" , |
|
|
bool |
with_end_line = true |
|
) |
| const |
void protocols::moves::TrialCounter::show |
( |
) | |
const |
core::Size protocols::moves::TrialCounter::total_trials |
( |
) | |
const |
core::Size protocols::moves::TrialCounter::trial |
( |
std::string const & |
tag) | |
|
std::map< std::string, int > protocols::moves::TrialCounter::accept_counter_ |
|
private |
std::map< std::string, core::Real > protocols::moves::TrialCounter::energy_drop_counter_ |
|
private |
std::map< std::string, int > protocols::moves::TrialCounter::trial_counter_ |
|
private |
The documentation for this class was generated from the following files: