Represents the results of a single Feldman-Cousins pseudo-experiment. More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-02-25/CAFAna/FC/FCPoint.h"
Public Member Functions | |
FCPoint (double profdelta, double profth23, double profth13, double profdmsq, double pre_th23, double pre_dmsq, double tdelta, double tth23, double tth13, double tdmsq, double tchi, double bdelta, double bth23, double bth13, double bdmsq, double bchi, double loadtime, double calctime) | |
double | TrueDelta () const |
double | TrueTh23 () const |
double | TrueTh13 () const |
double | TrueDmsq () const |
double | ProfDmsq () const |
double | Up () const |
bool | operator< (const FCPoint &rhs) const |
void | ToTree (TTree *tr) const |
Static Public Member Functions | |
static void | InitToTree (TTree *tr) |
static void | InitFromTree (TTree *tr) |
static FCPoint | FromTree (TTree *tr, int idx) |
Protected Attributes | |
double | fProfDelta |
double | fProfTh23 |
double | fProfTh13 |
double | fProfDmsq |
double | fPreTh23 |
double | fPreDmsq |
double | fTrueDelta |
double | fTrueTh23 |
double | fTrueTh13 |
double | fTrueDmsq |
double | fTrueChi |
double | fBestDelta |
double | fBestTh23 |
double | fBestTh13 |
double | fBestDmsq |
double | fBestChi |
double | fLoadTime |
double | fCalcTime |
Represents the results of a single Feldman-Cousins pseudo-experiment.
|
inline |
Definition at line 101 of file FCPoint.cxx.
References FCPoint().
Referenced by ana::FCCollection::AddFiles(), and operator<().
|
static |
Definition at line 75 of file FCPoint.cxx.
Referenced by ana::FCCollection::AddFiles(), and operator<().
|
static |
Definition at line 20 of file FCPoint.cxx.
Referenced by operator<(), and ana::FCCollection::SaveToFile().
|
inline |
Definition at line 40 of file FCPoint.h.
References FromTree(), compare_h5_caf::idx, InitFromTree(), InitToTree(), ToTree(), make_root_from_grid_output::tr, and Up().
|
inline |
void ana::FCPoint::ToTree | ( | TTree * | tr | ) | const |
Definition at line 47 of file FCPoint.cxx.
References fBestChi, fBestDelta, fBestDmsq, fBestTh13, fBestTh23, fCalcTime, fLoadTime, fPreDmsq, fPreTh23, fProfDelta, fProfDmsq, fProfTh13, fProfTh23, fTrueChi, fTrueDelta, fTrueDmsq, fTrueTh13, and fTrueTh23.
Referenced by operator<().
|
inline |
Definition at line 32 of file FCPoint.h.
References fTrueDelta.
Referenced by ana::FCSurface::Add().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 38 of file FCPoint.h.
References fBestChi, and fTrueChi.
Referenced by ana::FCBin::Add(), ana::FCSurface::Add(), and operator<().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 48 of file FCPoint.h.
Referenced by ProfDmsq(), and ToTree().
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 50 of file FCPoint.h.
Referenced by ToTree(), and TrueDelta().
|
protected |
Definition at line 50 of file FCPoint.h.
Referenced by ToTree(), and TrueDmsq().
|
protected |
Definition at line 50 of file FCPoint.h.
Referenced by ToTree(), and TrueTh13().
|
protected |
Definition at line 50 of file FCPoint.h.
Referenced by ToTree(), and TrueTh23().