|
MarlinTPC
1.2.0
|
Struct to hold module and row and a hit in this row. More...
#include <TPCHitMap.h>
Public Member Functions | |
| ModuleRowHit (int _module_=std::numeric_limits< int >::max(), int _row_=std::numeric_limits< int >::max(), MarlinTPCHit _tpcHit_=MarlinTPCHit()) | |
| bool | operator== (const ModuleRowHit &h) const |
| double const * | getHitPosition () const |
| EVENT::TrackerHit * | getTrackerHit () const |
| bool | isUsed () const |
Public Attributes | |
| int | module |
| int | row |
| MarlinTPCHit | tpcHit |
Struct to hold module and row and a hit in this row.
It can be invalid if the hit pointer is 0. In this case module and row have no meaning.
1.8.6