ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::math::MatchedFilter::Correlation< Y > Struct Template Reference

#include <MatchedFilter.hpp>

Public Member Functions

 Correlation (Y _dot=0, double _e2=0, double _tan2angle=0)
 
double angle () const
 

Public Attributes

Y dot
 
double e2
 
double tan2angle
 

Detailed Description

template<typename Y>
struct pwiz::math::MatchedFilter::Correlation< Y >

Definition at line 159 of file MatchedFilter.hpp.

Constructor & Destructor Documentation

§ Correlation()

template<typename Y >
pwiz::math::MatchedFilter::Correlation< Y >::Correlation ( Y  _dot = 0,
double  _e2 = 0,
double  _tan2angle = 0 
)
inline

Member Function Documentation

§ angle()

template<typename Y >
double pwiz::math::MatchedFilter::Correlation< Y >::angle ( ) const
inline

Definition at line 169 of file MatchedFilter.hpp.

169 {return atan(sqrt(tan2angle))*180/M_PI;}

Member Data Documentation

§ dot

template<typename Y >
Y pwiz::math::MatchedFilter::Correlation< Y >::dot

§ e2

template<typename Y >
double pwiz::math::MatchedFilter::Correlation< Y >::e2

§ tan2angle

template<typename Y >
double pwiz::math::MatchedFilter::Correlation< Y >::tan2angle

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