Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
myMC Class Reference

Public Member Functions

 myMC (Pose pose, Real score, Real temp_init)
 
bool accept ()
 
void roll (Pose &pose, Real &score)
 
void recover_low (Pose &pose)
 

Public Attributes

Pose last_pose_
 
Real last_score_
 
Pose low_pose_
 
Real low_score_
 
Real temp_
 
bool accept_
 

Detailed Description

Definition at line 202 of file pepspec.cc.

Constructor & Destructor Documentation

myMC::myMC ( Pose  pose,
Real  score,
Real  temp_init 
)

Member Function Documentation

bool myMC::accept ( )

Definition at line 275 of file pepspec.cc.

void myMC::recover_low ( Pose pose)

Definition at line 267 of file pepspec.cc.

Referenced by RunPepSpec().

void myMC::roll ( Pose pose,
Real &  score 
)

Member Data Documentation

bool myMC::accept_

Definition at line 214 of file pepspec.cc.

Pose myMC::last_pose_

Definition at line 209 of file pepspec.cc.

Real myMC::last_score_

Definition at line 210 of file pepspec.cc.

Pose myMC::low_pose_

Definition at line 211 of file pepspec.cc.

Real myMC::low_score_

Definition at line 212 of file pepspec.cc.

Real myMC::temp_

Definition at line 213 of file pepspec.cc.


The documentation for this class was generated from the following file: