ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Struct for storing Z and Q hit data used by getZandQ function. More...
#include <AtPSADeconv.h>
Public Attributes | |
double | z |
double | zVar |
double | q |
double | qVar |
Struct for storing Z and Q hit data used by getZandQ function.
Definition at line 101 of file AtPSADeconv.h.
double AtPSADeconv::ZHitData::q |
Definition at line 104 of file AtPSADeconv.h.
double AtPSADeconv::ZHitData::qVar |
Definition at line 105 of file AtPSADeconv.h.
double AtPSADeconv::ZHitData::z |
Definition at line 102 of file AtPSADeconv.h.
double AtPSADeconv::ZHitData::zVar |
Definition at line 103 of file AtPSADeconv.h.