LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <cstdint>
#include <functional>
#include <limits>
#include <vector>
Go to the source code of this file.
Classes | |
class | raw::OpDetWaveform |
class | std::less< raw::OpDetWaveform * > |
Namespaces | |
raw | |
Raw data description. | |
Typedefs | |
typedef short | raw::ADC_Count_t |
typedef unsigned int | raw::Channel_t |
typedef double | raw::TimeStamp_t |
us since 1970, based on TimeService More... | |
Functions | |
bool | raw::operator< (const OpDetWaveform &lhs, const OpDetWaveform &rhs) |
Raw signals from the photon detectors. Waveform (adcs in time bins), a channel number, and a time stamp.
Definition in file OpDetWaveform.h.