Belle II Software development
|
hit data other than time More...
#include <TimeDigitizer.h>
Public Attributes | |
double | pulseHeight = 0 |
generated pulse height | |
EType | type = c_Hit |
hit type | |
const TOPSimHit * | simHit = 0 |
pointer to simulated hit | |
const TOPSignalShape * | shape = 0 |
waveform shape of this hit | |
hit data other than time
Definition at line 50 of file TimeDigitizer.h.
double pulseHeight = 0 |
generated pulse height
Definition at line 51 of file TimeDigitizer.h.
const TOPSignalShape* shape = 0 |
waveform shape of this hit
Definition at line 54 of file TimeDigitizer.h.
const TOPSimHit* simHit = 0 |
pointer to simulated hit
Definition at line 53 of file TimeDigitizer.h.
EType type = c_Hit |
hit type
Definition at line 52 of file TimeDigitizer.h.