|
MarlinTPC
1.2.0
|
TimePix pixel. More...
#include <TimePixLocalRoadSearchProcessor.h>
Public Member Functions | |
| tp_Pixel (const int, const EVENT::TrackerHit &, const double, const double) | |
| Construct TimePix pixel. More... | |
| void | print () const |
| Print. | |
| int | getHitNum () const |
| Get index to input hit collection. | |
| int | getChip () const |
| Get chip number. | |
| int | getRow () const |
| Get row number. | |
| int | getCol () const |
| Get column number. | |
| double | getX () const |
| Get X coordinate. | |
| double | getY () const |
| Get Y coordinate. | |
| double | getZ () const |
| Get Z coordinate. | |
| void | getPos (double *) const |
| Get position. More... | |
| double | getSigma2XY () const |
| Get XY variance. | |
| double | getSigma2Z () const |
| Get Z variance. | |
| double | getArcLength () const |
| Get arc length. | |
| bool | getUsed () const |
| Get use flag. | |
| void | setUsed () |
| Set use flag. | |
| void | setArcLength (const double) |
| Set arc length. | |
TimePix pixel.
| marlintpc::tp_Pixel::tp_Pixel | ( | const int | , |
| const EVENT::TrackerHit & | , | ||
| const double | , | ||
| const double | |||
| ) |
Construct TimePix pixel.
| [in] | iHit | index in input hit collection |
| [in] | aHit | TPC hit |
| [in] | xOffset | offset in x of (local) coordinate system |
| [in] | yOffset | offset in y of (local) coordinate system |
| void marlintpc::tp_Pixel::getPos | ( | double * | position | ) | const |
Get position.
| [out] | position | position |
1.8.6