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 29 of file PndLmdAlignStructs.h.

Constructor & Destructor Documentation

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

Definition at line 38 of file PndLmdAlignStructs.h.

38  {
39  _sensorId = idVal;
40  _col = colVal;
41  _row = rowVal;
42  }
pixelHit::pixelHit ( )
inline

Definition at line 44 of file PndLmdAlignStructs.h.

44  {
45  _col = -1;
46  _row = -1;
47  _sensorId = -1;
48  }

Member Function Documentation

double pixelHit::x ( ) const
inline

Definition at line 34 of file PndLmdAlignStructs.h.

References _col.

34  {
35  return _col;
36  }

Member Data Documentation

double pixelHit::_col

Definition at line 31 of file PndLmdAlignStructs.h.

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

double pixelHit::_row

Definition at line 32 of file PndLmdAlignStructs.h.

Referenced by PndLmdPairFinderTask::Exec().

int pixelHit::_sensorId

Definition at line 30 of file PndLmdAlignStructs.h.

Referenced by pixelCluster::pixelCluster().


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