CMS 3D CMS Logo

Sensor2DMeas Class Reference

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

List of all members.

Public Member Functions

 Sensor2DMeas ()
 ~Sensor2DMeas ()

Public Attributes

TString Name
int OptObjectIndex
double PosError [2]
double Position [2]
double SimulatedPosition [2]


Detailed Description

Definition at line 46 of file NtupleObjects.h.


Constructor & Destructor Documentation

Sensor2DMeas::Sensor2DMeas (  ) 

Definition at line 39 of file NtupleObjects.cc.

References i, Name, OptObjectIndex, PosError, Position, and SimulatedPosition.

00039                            {
00040   Name = "Null";
00041   OptObjectIndex = -999;
00042   for (int i = 0; i<2; i++) {
00043     Position[i] = -999.; 
00044     PosError[i] = -999.; 
00045     SimulatedPosition[i] = -999.; 
00046   }
00047 }

Sensor2DMeas::~Sensor2DMeas (  )  [inline]

Definition at line 50 of file NtupleObjects.h.

00050 {}


Member Data Documentation

TString Sensor2DMeas::Name

Definition at line 54 of file NtupleObjects.h.

Referenced by NtupleManager::FillMeasurements(), and Sensor2DMeas().

int Sensor2DMeas::OptObjectIndex

Definition at line 55 of file NtupleObjects.h.

Referenced by NtupleManager::FillMeasurements(), and Sensor2DMeas().

double Sensor2DMeas::PosError[2]

Definition at line 52 of file NtupleObjects.h.

Referenced by NtupleManager::FillMeasurements(), and Sensor2DMeas().

double Sensor2DMeas::Position[2]

Definition at line 51 of file NtupleObjects.h.

Referenced by NtupleManager::FillMeasurements(), and Sensor2DMeas().

double Sensor2DMeas::SimulatedPosition[2]

Definition at line 53 of file NtupleObjects.h.

Referenced by NtupleManager::FillMeasurements(), and Sensor2DMeas().


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