GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
Ac Class Reference

Detailed Description

Definition at line 655 of file AngularCorrelations.cxx.

Public Member Functions

 Ac (TGraphErrors *data=nullptr, TGraphErrors *z0=nullptr, TGraphErrors *z2=nullptr, TGraphErrors *z4=nullptr)
 
void Data (TGraphErrors *data)
 
int Np ()
 
double operator() (const double *p)
 
void SetZ (TGraphErrors *z0, TGraphErrors *z2, TGraphErrors *z4)
 
void Z0 (TGraphErrors *z0)
 
void Z2 (TGraphErrors *z2)
 
void Z4 (TGraphErrors *z4)
 

Private Attributes

TGraphErrors * fData {nullptr}
 
TGraphErrors * fZ0 {nullptr}
 
TGraphErrors * fZ2 {nullptr}
 
TGraphErrors * fZ4 {nullptr}
 

Constructor & Destructor Documentation

◆ Ac()

Ac::Ac ( TGraphErrors * data = nullptr,
TGraphErrors * z0 = nullptr,
TGraphErrors * z2 = nullptr,
TGraphErrors * z4 = nullptr )
inlineexplicit

Definition at line 657 of file AngularCorrelations.cxx.

Member Function Documentation

◆ Data()

void Ac::Data ( TGraphErrors * data)
inline

Definition at line 660 of file AngularCorrelations.cxx.

References fData.

◆ Np()

int Ac::Np ( )
inline

Definition at line 671 of file AngularCorrelations.cxx.

References fData.

Referenced by A2a4Method(), and MixingMethod().

◆ operator()()

double Ac::operator() ( const double * p)
inline

Definition at line 673 of file AngularCorrelations.cxx.

References fData, fZ0, fZ2, fZ4, and GetYError().

◆ SetZ()

void Ac::SetZ ( TGraphErrors * z0,
TGraphErrors * z2,
TGraphErrors * z4 )
inline

Definition at line 664 of file AngularCorrelations.cxx.

References fZ0, fZ2, and fZ4.

◆ Z0()

void Ac::Z0 ( TGraphErrors * z0)
inline

Definition at line 661 of file AngularCorrelations.cxx.

References fZ0.

◆ Z2()

void Ac::Z2 ( TGraphErrors * z2)
inline

Definition at line 662 of file AngularCorrelations.cxx.

References fZ2.

◆ Z4()

void Ac::Z4 ( TGraphErrors * z4)
inline

Definition at line 663 of file AngularCorrelations.cxx.

References fZ4.

Member Data Documentation

◆ fData

TGraphErrors* Ac::fData {nullptr}
private

Definition at line 696 of file AngularCorrelations.cxx.

Referenced by Data(), Np(), and operator()().

◆ fZ0

TGraphErrors* Ac::fZ0 {nullptr}
private

Definition at line 697 of file AngularCorrelations.cxx.

Referenced by operator()(), SetZ(), and Z0().

◆ fZ2

TGraphErrors* Ac::fZ2 {nullptr}
private

Definition at line 698 of file AngularCorrelations.cxx.

Referenced by operator()(), SetZ(), and Z2().

◆ fZ4

TGraphErrors* Ac::fZ4 {nullptr}
private

Definition at line 699 of file AngularCorrelations.cxx.

Referenced by operator()(), SetZ(), and Z4().