MarlinTPC  1.2.0
Public Member Functions | Public Attributes | List of all members
marlintpc::ModuleRowHit Struct Reference

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
 

Detailed Description

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.


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