CMS 3D CMS Logo

OptObject Class Reference

#include <Alignment/CocoaAnalysis/interface/NtupleObjects.h>

List of all members.

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


Detailed Description

Definition at line 30 of file NtupleObjects.h.


Constructor & Destructor Documentation

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]

Definition at line 34 of file NtupleObjects.h.

00034 {}


Member Data Documentation

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().

int OptObject::Parent

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().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:29:18 2009 for CMSSW by  doxygen 1.5.4