#include <TROOT.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | PMT |
Typedefs | |
| typedef UInt_t | PMT::semapho_t |
| Used for semapho. | |
| typedef UInt_t | PMT::word_t |
| Used as a data word format for the PMT electronics. | |
| typedef UShort_t | PMT::timeslice_t |
| Used as a unit of digitized time. | |
| typedef UShort_t | PMT::ch_adc_t |
| Used as a unit of digitized ADC count. | |
| typedef UShort_t | PMT::ch_number_t |
| Channel number type definition. | |
| typedef std::vector< ch_adc_t > | PMT::ch_waveform_t |
| Channel waveform type definition. | |
Definition in file types.hh.
1.4.7