FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
pixelHit Struct Reference

#include <PndLmdAlignStructs.h>

Public Member Functions

double x () const
 
 pixelHit (int idVal, double colVal, double rowVal)
 
 pixelHit ()
 

Public Attributes

int _sensorId
 
double _col
 
double _row
 

Detailed Description

Definition at line 113 of file PndLmdAlignStructs.h.

Constructor & Destructor Documentation

pixelHit::pixelHit ( int  idVal,
double  colVal,
double  rowVal 
)
inline

Definition at line 122 of file PndLmdAlignStructs.h.

References _col, _row, and _sensorId.

122  {
123  _sensorId = idVal;
124  _col = colVal;
125  _row = rowVal;
126  }
pixelHit::pixelHit ( )
inline

Definition at line 128 of file PndLmdAlignStructs.h.

References _col, _row, and _sensorId.

128  {
129  _col = -1;
130  _row = -1;
131  _sensorId = -1;
132  }

Member Function Documentation

double pixelHit::x ( ) const
inline

Definition at line 118 of file PndLmdAlignStructs.h.

References _col.

118  {
119  return _col;
120  }

Member Data Documentation

double pixelHit::_col

Definition at line 115 of file PndLmdAlignStructs.h.

Referenced by PndLmdPairFinderTask::Exec(), pixelHit(), and x().

double pixelHit::_row

Definition at line 116 of file PndLmdAlignStructs.h.

Referenced by PndLmdPairFinderTask::Exec(), and pixelHit().

int pixelHit::_sensorId

Definition at line 114 of file PndLmdAlignStructs.h.

Referenced by pixelCluster::pixelCluster(), and pixelHit().


The documentation for this struct was generated from the following file: