#include <DeDxHit.h>
Public Member Functions | |
float | charge () const |
Return the angle and thick normalized, calibrated energy release. More... | |
DeDxHit () | |
DeDxHit (float ch, float mom, float len, uint32_t rawDetId) | |
float | momentum () const |
Return the momentum of the trajectory at the interaction point. More... | |
bool | operator< (const DeDxHit &other) const |
float | pathLength () const |
Return the path length. More... | |
uint32_t | rawDetId () const |
Return the rawDetId. More... | |
Private Attributes | |
float | m_charge |
float | m_momentum |
float | m_pathLength |
uint32_t | m_rawDetId |
Class defining the dedx hits, i.e. track hits with only dedx need informations
|
inline |
|
inline |
|
inline |
Return the momentum of the trajectory at the interaction point.
Definition at line 22 of file DeDxHit.h.
References m_momentum.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 35 of file DeDxHit.h.
Referenced by charge(), and operator<().
|
private |
Definition at line 36 of file DeDxHit.h.
Referenced by momentum().
|
private |
Definition at line 37 of file DeDxHit.h.
Referenced by pathLength().
|
private |
Definition at line 38 of file DeDxHit.h.
Referenced by rawDetId().