#include <DeDxHitInfo.h>
Public Member Functions | |
float | charge () const |
DeDxHitInfoContainer () | |
DeDxHitInfoContainer (const float charge, const float pathlength, const DetId &detId, const LocalPoint &pos) | |
const DetId & | detId () const |
float | pathlength () const |
const LocalPoint & | pos () const |
Private Attributes | |
float | charge_ |
total cluster charge More... | |
DetId | detId_ |
float | pathlength_ |
path length inside a module More... | |
LocalPoint | pos_ |
hit position More... | |
Definition at line 16 of file DeDxHitInfo.h.
|
inline |
Definition at line 18 of file DeDxHitInfo.h.
|
inline |
Definition at line 19 of file DeDxHitInfo.h.
|
inline |
Definition at line 22 of file DeDxHitInfo.h.
References charge_.
|
inline |
|
inline |
Definition at line 23 of file DeDxHitInfo.h.
References pathlength_.
|
inline |
Definition at line 25 of file DeDxHitInfo.h.
References pos_.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), and Vispa.Gui.VispaWidget.VispaWidget::paintEvent().
|
private |
|
private |
Definition at line 31 of file DeDxHitInfo.h.
Referenced by detId().
|
private |
path length inside a module
Definition at line 30 of file DeDxHitInfo.h.
Referenced by pathlength().
|
private |