Rosetta Protocols  2015.09
Namespaces | Functions
LoopAnalyzerMover.cc File Reference

LoopAnalyzerMover implementation - class for in-depth loop structure quality analysis. More...

#include <protocols/analysis/LoopAnalyzerMover.hh>
#include <protocols/loops/Loop.hh>
#include <protocols/loops/Loops.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/EnergyMap.hh>
#include <core/pose/Pose.hh>
#include <core/chemical/VariantType.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/Job.hh>
#include <ObjexxFCL/FArray1D.hh>
#include <ObjexxFCL/FArray2D.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <utility/exit.hh>
#include <sstream>
#include <iomanip>
#include <core/chemical/AtomType.hh>
#include <core/pose/util.hh>
#include <utility/vector1.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::analysis
 

Functions

static thread_local basic::Tracer TR ("protocols.analysis.LoopAnalyzerMover")
 
std::ostream & protocols::analysis::which_ostream (std::ostream &ost, std::ostream &oss, bool const tracer)
 stupid helper function needed because ternary operator does not allow variable return types More...
 

Detailed Description

LoopAnalyzerMover implementation - class for in-depth loop structure quality analysis.

Author
Steven Lewis

Function Documentation

static thread_local basic::Tracer TR ( "protocols.analysis.LoopAnalyzerMover"  )
static