Rosetta Protocols  2015.09
Namespaces | Macros | Functions
PeakAssignmentParameters.cc File Reference

ab-initio fragment assembly protocol for proteins More...

#include <protocols/noesy_assign/PeakAssignmentOptionKeys.hh>
#include <protocols/noesy_assign/PeakAssignmentParameters.hh>
#include <basic/Tracer.hh>
#include <basic/options/option_macros.hh>
#include <cstdlib>
#include <string>
#include <utility/vector1.hh>
#include <utility/thread/threadsafe_creation.hh>
#include <boost/bind.hpp>
#include <boost/function.hpp>

Namespaces

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

Macros

#define DEFINE_OPTIONS_NOW
 
#define opt_read_out_macro(VAR, OPT)
 
#define opt_read_out_macro2(VAR, OPT, DIROPT)
 

Functions

static thread_local basic::Tracer protocols::noesy_assign::tr ("protocols.noesy_assign.parameters")
 

Detailed Description

ab-initio fragment assembly protocol for proteins

Detailed:
Contains currently: Classic Abinitio
Author
Oliver Lange

Macro Definition Documentation

#define DEFINE_OPTIONS_NOW
#define opt_read_out_macro (   VAR,
  OPT 
)
Value:
{ VAR = option[ noesy_weights::defaults::OPT ]()[ cycle_selector_ ]; \
if ( option [ noesy_weights::OPT ].user() ) { \
VAR = option[ noesy_weights::OPT ](); \
}\
}\
BooleanOptionKey const user("options:user")
utility::options::OptionCollection option

Referenced by protocols::noesy_assign::PeakAssignmentParameters::set_options_from_cmdline().

#define opt_read_out_macro2 (   VAR,
  OPT,
  DIROPT 
)
Value:
{ VAR = option[ noesy_weights::defaults::OPT ]()[ cycle_selector_ ]; \
if ( option [ noesy::DIROPT ].user() ) { \
VAR = option[ noesy::DIROPT ](); \
}\
}\
BooleanOptionKey const user("options:user")
utility::options::OptionCollection option

Referenced by protocols::noesy_assign::PeakAssignmentParameters::set_options_from_cmdline().