#include <NtupleObjects.h>
Public Member Functions | |
OptObject () | |
OptObject () | |
~OptObject () | |
~OptObject () | |
Public Attributes | |
double | AnglesGlobal [3] |
double | AnglesLocal [3] |
double | CentreGlobal [3] |
double | CentreLocal [3] |
TString | Name |
int | Parent |
TString | Type |
Definition at line 30 of file NtupleObjects.h.
OptObject::OptObject | ( | ) |
Definition at line 27 of file NtupleObjects.cc.
References AnglesGlobal, AnglesLocal, CentreGlobal, CentreLocal, i, Name, Parent, and Type.
{ Name = "Null"; Type = "Null"; Parent = -999; for (int i = 0; i<3; i++) { CentreGlobal[i] = -999.; AnglesGlobal[i] = -999.; CentreLocal[i] = -999.; AnglesLocal[i] = -999.; } }
OptObject::~OptObject | ( | ) | [inline] |
Definition at line 34 of file NtupleObjects.h.
{}
OptObject::OptObject | ( | ) |
OptObject::~OptObject | ( | ) | [inline] |
Definition at line 34 of file NtupleObjects.h.
{}
double OptObject::AnglesGlobal |
Definition at line 36 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
double OptObject::AnglesLocal |
Definition at line 38 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
double OptObject::CentreGlobal |
Definition at line 35 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
double OptObject::CentreLocal |
Definition at line 37 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
TString OptObject::Name |
Definition at line 39 of file NtupleObjects.h.
Referenced by NtupleManager::FillFitParameters(), NtupleManager::FillMeasurements(), NtupleManager::FillOptObjects(), and OptObject().
Definition at line 41 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
TString OptObject::Type |
Definition at line 40 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().