#include <Alignment/CocoaAnalysis/interface/NtupleObjects.h>
Public Member Functions | |
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.
00027 { 00028 Name = "Null"; 00029 Type = "Null"; 00030 Parent = -999; 00031 for (int i = 0; i<3; i++) { 00032 CentreGlobal[i] = -999.; 00033 AnglesGlobal[i] = -999.; 00034 CentreLocal[i] = -999.; 00035 AnglesLocal[i] = -999.; 00036 } 00037 }
OptObject::~OptObject | ( | ) | [inline] |
double OptObject::AnglesGlobal[3] |
Definition at line 36 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
double OptObject::AnglesLocal[3] |
Definition at line 38 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
double OptObject::CentreGlobal[3] |
Definition at line 35 of file NtupleObjects.h.
Referenced by NtupleManager::FillOptObjects(), and OptObject().
double OptObject::CentreLocal[3] |
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().