LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef short | AdcCount |
typedef std::vector< AdcCount > | AdcCountVector |
typedef float | AdcSignal |
typedef std::vector< AdcSignal > | AdcSignalVector |
typedef std::vector< AdcSignalVector > | AdcSignalVectorVector |
typedef float | AdcPedestal |
typedef std::vector< bool > | AdcFilterVector |
typedef short | AdcFlag |
typedef std::vector< AdcFlag > | AdcFlagVector |
typedef unsigned int | AdcChannel |
typedef std::vector< AdcChannel > | AdcChannelVector |
Variables | |
const AdcFlag | AdcGood = 0 |
const AdcFlag | AdcUnderflow = 1 |
const AdcFlag | AdcOverflow = 2 |
const AdcFlag | AdcStuckOff = 3 |
const AdcFlag | AdcStuckOn = 4 |
const AdcFlag | AdcSetFixed = 5 |
const AdcFlag | AdcInterpolated = 6 |
const AdcFlag | AdcExtrapolated = 7 |
typedef unsigned int AdcChannel |
Definition at line 36 of file AdcTypes.h.
typedef std::vector<AdcChannel> AdcChannelVector |
Definition at line 37 of file AdcTypes.h.
typedef short AdcCount |
Definition at line 13 of file AdcTypes.h.
typedef std::vector<AdcCount> AdcCountVector |
Definition at line 14 of file AdcTypes.h.
typedef std::vector<bool> AdcFilterVector |
Definition at line 22 of file AdcTypes.h.
typedef short AdcFlag |
Definition at line 24 of file AdcTypes.h.
typedef std::vector<AdcFlag> AdcFlagVector |
Definition at line 25 of file AdcTypes.h.
typedef float AdcPedestal |
Definition at line 20 of file AdcTypes.h.
typedef float AdcSignal |
Definition at line 16 of file AdcTypes.h.
typedef std::vector<AdcSignal> AdcSignalVector |
Definition at line 17 of file AdcTypes.h.
typedef std::vector<AdcSignalVector> AdcSignalVectorVector |
Definition at line 18 of file AdcTypes.h.
const AdcFlag AdcExtrapolated = 7 |
Definition at line 34 of file AdcTypes.h.
const AdcFlag AdcGood = 0 |
Definition at line 27 of file AdcTypes.h.
const AdcFlag AdcInterpolated = 6 |
Definition at line 33 of file AdcTypes.h.
const AdcFlag AdcOverflow = 2 |
Definition at line 29 of file AdcTypes.h.
const AdcFlag AdcSetFixed = 5 |
Definition at line 32 of file AdcTypes.h.
const AdcFlag AdcStuckOff = 3 |
Definition at line 30 of file AdcTypes.h.
const AdcFlag AdcStuckOn = 4 |
Definition at line 31 of file AdcTypes.h.
const AdcFlag AdcUnderflow = 1 |
Definition at line 28 of file AdcTypes.h.