Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
DEERData.hh File Reference

Container for DEER experimental data and dataype-specific scoring function These classes contain the base and derived types for various DEER data containers. The DEERData parent class stores generic information. The DEERDistanceBounds type stores a distance value of interest and evaluates as a harmonic function. The DEERDistanceDistribution type store the data as a probability distribution and tries to maximize overlap. The DEERDecayData type stores the raw data and tries to recapitulate it from the simulated distribution. More...

#include <core/scoring/epr_deer/metrics/DEERData.fwd.hh>
#include <core/scoring/epr_deer/EPRSpinLabel.hh>
#include <core/types.hh>
#include <utility/vector1.hh>
#include <utility/VirtualBase.hh>
#include <string>
#include <map>

Classes

class  core::scoring::epr_deer::metrics::DEERData
 Base class. More...
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::epr_deer
 
 core::scoring::epr_deer::metrics
 

Typedefs

using core::scoring::epr_deer::metrics::PairSizeString = std::pair< Size, std::string >
 Alias to save space when defining residues and spin labels. More...
 

Detailed Description

Container for DEER experimental data and dataype-specific scoring function These classes contain the base and derived types for various DEER data containers. The DEERData parent class stores generic information. The DEERDistanceBounds type stores a distance value of interest and evaluates as a harmonic function. The DEERDistanceDistribution type store the data as a probability distribution and tries to maximize overlap. The DEERDecayData type stores the raw data and tries to recapitulate it from the simulated distribution.

Author
Diego del Alamo ( del.a.nosp@m.lamo.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u )