Persistent EyeRecData class. More...
#include <EyeRecData_ROOT.h>
Public Member Functions | |
ClassDefNV (EyeRecData_ROOT, DONT_CHANGE_THIS_NUMBER) | |
EyeRecData_ROOT () | |
EyeRecData_ROOT (const EyeRecData_ROOT &e) | |
EyeRecData_ROOT (const fevt::EyeRecData &e) | |
EyeRecData_ROOT & | operator= (const EyeRecData_ROOT &e) |
void | operator>> (fevt::EyeRecData &e) const |
~EyeRecData_ROOT () | |
Public Attributes | |
double | fAxisFitChiSquare = 0 |
unsigned int | fAxisFitNDof = 0 |
double | fChi0TZeroCorrelation = 0 |
double | fChiZero = 0 |
double | fChiZeroError = 0 |
double | fEastPhiCorrelation = 0 |
double | fEastTCoreCorrelation = 0 |
double | fEastThetaCorrelation = 0 |
unsigned int | fEyeId = 0 |
MultiTabulatedFunctionErrors_ROOT * | fLightProfile = nullptr |
double | fNorthEastCorrelation = 0 |
double | fNorthPhiCorrelation = 0 |
double | fNorthTCoreCorrelation = 0 |
double | fNorthThetaCorrelation = 0 |
double | fPhiTCoreCorrelation = 0 |
double | fRp = 0 |
double | fRpChi0Correlation = 0 |
double | fRpError = 0 |
double | fRpTZeroCorrelation = 0 |
Vector_ROOT | fSDP |
double | fSDPFitChiSquare = 0 |
unsigned int | fSDPFitNDof = 0 |
double | fSDPPhiError = 0 |
double | fSDPThetaError = 0 |
double | fSDPThetaPhiCorrelation = 0 |
double | fThetaPhiCorrelation = 0 |
double | fThetaTCoreCorrelation = 0 |
double | fTimeFitChiSquare = 0 |
unsigned int | fTimeFitNDof = 0 |
TimeStamp_ROOT | fTimeStamp |
double | fTZero = 0 |
double | fTZeroError = 0 |
Persistent EyeRecData class.
Definition at line 26 of file EyeRecData_ROOT.h.
|
inline |
Definition at line 29 of file EyeRecData_ROOT.h.
|
inline |
Definition at line 30 of file EyeRecData_ROOT.h.
EyeRecData_ROOT::~EyeRecData_ROOT | ( | ) |
Definition at line 97 of file EyeRecData_ROOT.cc.
References fLightProfile.
EyeRecData_ROOT::EyeRecData_ROOT | ( | const fevt::EyeRecData & | e | ) |
Definition at line 53 of file EyeRecData_ROOT.cc.
References fLightProfile, fTimeStamp, fevt::EyeRecData::GetPhotonsStartTime(), and io::TimeStamp_ROOT::Set().
io::EyeRecData_ROOT::ClassDefNV | ( | EyeRecData_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
EyeRecData_ROOT & EyeRecData_ROOT::operator= | ( | const EyeRecData_ROOT & | e | ) |
Definition at line 13 of file EyeRecData_ROOT.cc.
References io::DeepCopy(), fAxisFitChiSquare(), fAxisFitNDof(), fChi0TZeroCorrelation(), fChiZero(), fChiZeroError(), fEastPhiCorrelation(), fEastTCoreCorrelation(), fEastThetaCorrelation(), fEyeId, fLightProfile(), fNorthEastCorrelation(), fNorthPhiCorrelation(), fNorthTCoreCorrelation(), fNorthThetaCorrelation(), fPhiTCoreCorrelation(), fRp(), fRpChi0Correlation(), fRpError(), fRpTZeroCorrelation(), fSDP(), fSDPFitChiSquare(), fSDPFitNDof(), fSDPPhiError(), fSDPThetaError(), fSDPThetaPhiCorrelation(), fThetaPhiCorrelation(), fThetaTCoreCorrelation(), fTimeFitChiSquare(), fTimeFitNDof(), fTZero(), and fTZeroError().
void EyeRecData_ROOT::operator>> | ( | fevt::EyeRecData & | e | ) | const |
Definition at line 104 of file EyeRecData_ROOT.cc.
References io::TimeStamp_ROOT::Convert(), io::Vector_ROOT::ConvertAxial(), fAxisFitChiSquare, fAxisFitNDof, fChi0TZeroCorrelation, fChiZero, fChiZeroError, fEastPhiCorrelation, fEastTCoreCorrelation, fEastThetaCorrelation, fEyeId, fLightProfile, fNorthEastCorrelation, fNorthPhiCorrelation, fNorthTCoreCorrelation, fNorthThetaCorrelation, fPhiTCoreCorrelation, fRp, fRpChi0Correlation, fRpError, fRpTZeroCorrelation, fSDP, fSDPFitChiSquare, fSDPFitNDof, fSDPPhiError, fSDPThetaError, fSDPThetaPhiCorrelation, io::MultiTabulatedFunctionErrors_ROOT::fTabFunctions, fThetaPhiCorrelation, fThetaTCoreCorrelation, fTimeFitChiSquare, fTimeFitNDof, fTimeStamp, fTZero, fTZeroError, fevt::EyeRecData::GetLightFlux(), fevt::EyeRecData::MakeLightFlux(), fevt::EyeRecData::SetAxisFitChiSquare(), fevt::EyeRecData::SetAxisFitCorrelations(), fevt::EyeRecData::SetChiZero(), fevt::EyeRecData::SetEyeId(), fevt::EyeRecData::SetPhotonsStartTime(), fevt::EyeRecData::SetRp(), fevt::EyeRecData::SetSDP(), fevt::EyeRecData::SetSDPCorrThetaPhi(), fevt::EyeRecData::SetSDPFitChiSquare(), fevt::EyeRecData::SetSDPPhiError(), fevt::EyeRecData::SetSDPThetaError(), fevt::EyeRecData::SetTimeFitChiSquare(), fevt::EyeRecData::SetTimeFitCorrelations(), and fevt::EyeRecData::SetTZero().
double io::EyeRecData_ROOT::fAxisFitChiSquare = 0 |
Definition at line 69 of file EyeRecData_ROOT.h.
Referenced by operator>>().
unsigned int io::EyeRecData_ROOT::fAxisFitNDof = 0 |
Definition at line 70 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fChi0TZeroCorrelation = 0 |
Definition at line 47 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fChiZero = 0 |
Definition at line 41 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fChiZeroError = 0 |
Definition at line 42 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fEastPhiCorrelation = 0 |
Definition at line 64 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fEastTCoreCorrelation = 0 |
Definition at line 65 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fEastThetaCorrelation = 0 |
Definition at line 63 of file EyeRecData_ROOT.h.
Referenced by operator>>().
unsigned int io::EyeRecData_ROOT::fEyeId = 0 |
Definition at line 38 of file EyeRecData_ROOT.h.
Referenced by operator=(), and operator>>().
MultiTabulatedFunctionErrors_ROOT* io::EyeRecData_ROOT::fLightProfile = nullptr |
Definition at line 72 of file EyeRecData_ROOT.h.
Referenced by EyeRecData_ROOT(), operator>>(), and ~EyeRecData_ROOT().
double io::EyeRecData_ROOT::fNorthEastCorrelation = 0 |
Definition at line 59 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fNorthPhiCorrelation = 0 |
Definition at line 61 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fNorthTCoreCorrelation = 0 |
Definition at line 62 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fNorthThetaCorrelation = 0 |
Definition at line 60 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fPhiTCoreCorrelation = 0 |
Definition at line 68 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fRp = 0 |
Definition at line 43 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fRpChi0Correlation = 0 |
Definition at line 46 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fRpError = 0 |
Definition at line 44 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fRpTZeroCorrelation = 0 |
Definition at line 45 of file EyeRecData_ROOT.h.
Referenced by operator>>().
Vector_ROOT io::EyeRecData_ROOT::fSDP |
Definition at line 52 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fSDPFitChiSquare = 0 |
Definition at line 56 of file EyeRecData_ROOT.h.
Referenced by operator>>().
unsigned int io::EyeRecData_ROOT::fSDPFitNDof = 0 |
Definition at line 57 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fSDPPhiError = 0 |
Definition at line 54 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fSDPThetaError = 0 |
Definition at line 53 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fSDPThetaPhiCorrelation = 0 |
Definition at line 55 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fThetaPhiCorrelation = 0 |
Definition at line 66 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fThetaTCoreCorrelation = 0 |
Definition at line 67 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fTimeFitChiSquare = 0 |
Definition at line 48 of file EyeRecData_ROOT.h.
Referenced by operator>>().
unsigned int io::EyeRecData_ROOT::fTimeFitNDof = 0 |
Definition at line 49 of file EyeRecData_ROOT.h.
Referenced by operator>>().
TimeStamp_ROOT io::EyeRecData_ROOT::fTimeStamp |
Definition at line 50 of file EyeRecData_ROOT.h.
Referenced by EyeRecData_ROOT(), and operator>>().
double io::EyeRecData_ROOT::fTZero = 0 |
Definition at line 39 of file EyeRecData_ROOT.h.
Referenced by operator>>().
double io::EyeRecData_ROOT::fTZeroError = 0 |
Definition at line 40 of file EyeRecData_ROOT.h.
Referenced by operator>>().