List of all members | Public Types | Public Member Functions | Private Attributes
fevt::PCGFData Class Reference

#include <EyeRecData.h>

Public Types

enum  EPCGFStatus {
  eUnknown, ePreFit, eScan, eFit,
  eFinal
}
 

Public Member Functions

double GetChi0 () const
 
const std::map< std::string,
double > & 
GetChi2 () const
 
const std::map< std::string,
double > & 
GetNDof () const
 
double GetRp () const
 
EPCGFStatus GetStatus () const
 
double GetT0 () const
 
 PCGFData ()
 
 PCGFData (double a, double b, double c, EPCGFStatus d, const std::map< std::string, double > &e, const std::map< std::string, double > &f)
 

Private Attributes

double fChi0
 
std::map< std::string, double > fChi2
 
std::map< std::string, double > fNDof
 
double fRp
 
EPCGFStatus fStatus
 
double fT0
 

Detailed Description

Profile Constrained Fit data

Definition at line 29 of file EyeRecData.h.

Member Enumeration Documentation

Enumerator
eUnknown 
ePreFit 
eScan 
eFit 
eFinal 

Definition at line 32 of file EyeRecData.h.

Constructor & Destructor Documentation

fevt::PCGFData::PCGFData ( )
inline

Definition at line 40 of file EyeRecData.h.

fevt::PCGFData::PCGFData ( double  a,
double  b,
double  c,
EPCGFStatus  d,
const std::map< std::string, double > &  e,
const std::map< std::string, double > &  f 
)
inline

Definition at line 41 of file EyeRecData.h.

Member Function Documentation

double fevt::PCGFData::GetChi0 ( ) const
inline

Definition at line 42 of file EyeRecData.h.

References fChi0.

const std::map<std::string,double>& fevt::PCGFData::GetChi2 ( ) const
inline

Definition at line 46 of file EyeRecData.h.

References fChi2.

const std::map<std::string,double>& fevt::PCGFData::GetNDof ( ) const
inline

Definition at line 47 of file EyeRecData.h.

References fNDof.

double fevt::PCGFData::GetRp ( ) const
inline

Definition at line 44 of file EyeRecData.h.

References fRp.

EPCGFStatus fevt::PCGFData::GetStatus ( ) const
inline

Definition at line 45 of file EyeRecData.h.

References fStatus.

double fevt::PCGFData::GetT0 ( ) const
inline

Definition at line 43 of file EyeRecData.h.

References fT0.

Member Data Documentation

double fevt::PCGFData::fChi0
private

Definition at line 49 of file EyeRecData.h.

Referenced by GetChi0().

std::map<std::string, double> fevt::PCGFData::fChi2
private

Definition at line 53 of file EyeRecData.h.

Referenced by GetChi2().

std::map<std::string, double> fevt::PCGFData::fNDof
private

Definition at line 54 of file EyeRecData.h.

Referenced by GetNDof().

double fevt::PCGFData::fRp
private

Definition at line 50 of file EyeRecData.h.

Referenced by GetRp().

EPCGFStatus fevt::PCGFData::fStatus
private

Definition at line 52 of file EyeRecData.h.

Referenced by GetStatus().

double fevt::PCGFData::fT0
private

Definition at line 51 of file EyeRecData.h.

Referenced by GetT0().


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

, generated on Tue Sep 26 2023.