![]() |
ATLAS Offline Software
|
#include <MM_SortedHitVector.h>
Public Member Functions | |
| micromegas_hit_info (Identifier i, double t, int ch, double strP, const TimedHitPtr< MMSimHit > *aHit) | |
| micromegas_hit_info (Identifier i, double t, int ch) | |
| micromegas_hit_info ()=default | |
| bool | operator< (const micromegas_hit_info &aInfo) const |
Public Attributes | |
| Identifier | id {} |
| double | time {0.} |
| int | charge {0} |
| double | stripPos {0.} |
| const TimedHitPtr< MMSimHit > * | simhit {nullptr} |
Definition at line 9 of file MM_SortedHitVector.h.
|
inline |
Definition at line 11 of file MM_SortedHitVector.h.
|
inline |
Definition at line 13 of file MM_SortedHitVector.h.
|
default |
|
inline |
| int micromegas_hit_info::charge {0} |
Definition at line 17 of file MM_SortedHitVector.h.
| Identifier micromegas_hit_info::id {} |
Definition at line 15 of file MM_SortedHitVector.h.
| const TimedHitPtr<MMSimHit>* micromegas_hit_info::simhit {nullptr} |
Definition at line 19 of file MM_SortedHitVector.h.
| double micromegas_hit_info::stripPos {0.} |
Definition at line 18 of file MM_SortedHitVector.h.
| double micromegas_hit_info::time {0.} |
Definition at line 16 of file MM_SortedHitVector.h.