laura is hosted by Hepforge, IPPP Durham
Laura++  3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.

Class for calculating the asymmetry between two variables. More...

#include <LauAsymmCalc.hh>

Public Member Functions

 LauAsymmCalc (Double_t negValue, Double_t posValue)
 Constructor. More...
 
virtual ~LauAsymmCalc ()
 Destructor.
 
 LauAsymmCalc (const LauAsymmCalc &rhs)
 Copy constructor.
 
LauAsymmCalcoperator= (const LauAsymmCalc &rhs)
 Copy assignment operator.
 
Double_t getAsymmetry ()
 Retrieve the asymmetry. More...
 

Protected Member Functions

Double_t calcAsymmetry ()
 Calculate the asymmetry. More...
 

Private Attributes

Double_t negValue_
 The negative value.
 
Double_t posValue_
 The positive value.
 
Double_t asymm_
 The asymmetry.
 

Detailed Description

Class for calculating the asymmetry between two variables.

Definition at line 38 of file LauAsymmCalc.hh.

Constructor & Destructor Documentation

◆ LauAsymmCalc()

LauAsymmCalc::LauAsymmCalc ( Double_t  negValue,
Double_t  posValue 
)

Constructor.

Parameters
[in]negValuethe negative value
[in]posValuethe positive value

Definition at line 33 of file LauAsymmCalc.cc.

Member Function Documentation

◆ calcAsymmetry()

Double_t LauAsymmCalc::calcAsymmetry ( )
protected

Calculate the asymmetry.

Returns
the asymmetry

Definition at line 62 of file LauAsymmCalc.cc.

◆ getAsymmetry()

Double_t LauAsymmCalc::getAsymmetry ( )
inline

Retrieve the asymmetry.

Returns
the asymmetry

Definition at line 61 of file LauAsymmCalc.hh.


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