LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
AdcTypes.h File Reference
#include <vector>

Go to the source code of this file.

Typedefs

typedef short AdcCount
 
typedef std::vector< AdcCountAdcCountVector
 
typedef float AdcSignal
 
typedef std::vector< AdcSignalAdcSignalVector
 
typedef std::vector< AdcSignalVectorAdcSignalVectorVector
 
typedef float AdcPedestal
 
typedef std::vector< bool > AdcFilterVector
 
typedef short AdcFlag
 
typedef std::vector< AdcFlagAdcFlagVector
 
typedef unsigned int AdcChannel
 
typedef std::vector< AdcChannelAdcChannelVector
 

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 Documentation

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.

Variable Documentation

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.