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

Constructor & Destructor Documentation

◆ pixelHit() [1/2]

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

Definition at line 36 of file PndLmdAlignStructs.h.

37  {
38  _sensorId = idVal;
39  _col = colVal;
40  _row = rowVal;
41  }

◆ pixelHit() [2/2]

pixelHit::pixelHit ( )
inline

Definition at line 43 of file PndLmdAlignStructs.h.

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

Member Function Documentation

◆ x()

double pixelHit::x ( ) const
inline

Definition at line 34 of file PndLmdAlignStructs.h.

References _col.

34 { return _col; }

Member Data Documentation

◆ _col

double pixelHit::_col

Definition at line 31 of file PndLmdAlignStructs.h.

Referenced by x().

◆ _row

double pixelHit::_row

Definition at line 32 of file PndLmdAlignStructs.h.

◆ _sensorId

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: