#include <TrackCaloSkimmerObj.h>
Public Member Functions | |
WireInfo () | |
Public Attributes | |
uint16_t | wire |
Wire number. More... | |
uint16_t | plane |
Plane number. More... | |
uint16_t | tpc |
TPC number. More... | |
uint16_t | channel |
Channel number. More... | |
int16_t | tdc0 |
TDC tick of the first ADC value. More... | |
std::vector< short > | adcs |
List of ADC values. More... | |
Definition at line 22 of file TrackCaloSkimmerObj.h.
|
inline |
Definition at line 30 of file TrackCaloSkimmerObj.h.
std::vector<short> sbn::WireInfo::adcs |
List of ADC values.
Definition at line 28 of file TrackCaloSkimmerObj.h.
uint16_t sbn::WireInfo::channel |
Channel number.
Definition at line 26 of file TrackCaloSkimmerObj.h.
uint16_t sbn::WireInfo::plane |
Plane number.
Definition at line 24 of file TrackCaloSkimmerObj.h.
int16_t sbn::WireInfo::tdc0 |
TDC tick of the first ADC value.
Definition at line 27 of file TrackCaloSkimmerObj.h.
uint16_t sbn::WireInfo::tpc |
TPC number.
Definition at line 25 of file TrackCaloSkimmerObj.h.
uint16_t sbn::WireInfo::wire |
Wire number.
Definition at line 23 of file TrackCaloSkimmerObj.h.