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

Constructor & Destructor Documentation

◆ pixelHit() [1/2]

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

Definition at line 48 of file PndLmdAlignStructs.h.

49  {
50  _sensorId = idVal;
51  _col = colVal;
52  _row = rowVal;
53  }

◆ pixelHit() [2/2]

pixelHit::pixelHit ( )
inline

Definition at line 55 of file PndLmdAlignStructs.h.

56  {
57  _col = -1;
58  _row = -1;
59  _sensorId = -1;
60  }

Member Function Documentation

◆ x()

double pixelHit::x ( ) const
inline

Definition at line 46 of file PndLmdAlignStructs.h.

References _col.

46 { return _col; }

Member Data Documentation

◆ _col

double pixelHit::_col

Definition at line 43 of file PndLmdAlignStructs.h.

Referenced by x().

◆ _row

double pixelHit::_row

Definition at line 44 of file PndLmdAlignStructs.h.

◆ _sensorId

int pixelHit::_sensorId

Definition at line 42 of file PndLmdAlignStructs.h.

Referenced by pixelCluster::pixelCluster().


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