#include <AuxDetDigit.h>
Definition at line 19 of file AuxDetDigit.h.
raw::AuxDetDigit::AuxDetDigit |
( |
| ) |
|
Definition at line 16 of file AuxDetDigit.cxx.
unsigned short fChannel
channel in the readout
unsigned long long fTimeStamp
std::vector< short > fADC
vector of adc counts
std::string fAuxDetName
name of the detector
raw::AuxDetDigit::AuxDetDigit |
( |
unsigned short |
channel, |
|
|
std::vector< short > |
adclist, |
|
|
std::string |
name = "UknownAuxDet" , |
|
|
unsigned long long |
timeStamp = UINT64_MAX |
|
) |
| |
Definition at line 26 of file AuxDetDigit.cxx.
unsigned short fChannel
channel in the readout
unsigned long long fTimeStamp
std::vector< short > fADC
vector of adc counts
std::string fAuxDetName
name of the detector
short raw::AuxDetDigit::ADC |
( |
size_t |
i | ) |
const |
Definition at line 39 of file AuxDetDigit.cxx.
42 throw cet::exception(
"AuxDetDigit") <<
"illegal index requested for ADC vector: " std::vector< short > fADC
vector of adc counts
cet::coded_exception< error, detail::translate > exception
std::string const & raw::AuxDetDigit::AuxDetName |
( |
| ) |
const |
|
inline |
Definition at line 57 of file AuxDetDigit.h.
std::string fAuxDetName
name of the detector
unsigned short raw::AuxDetDigit::Channel |
( |
| ) |
const |
|
inline |
Definition at line 56 of file AuxDetDigit.h.
unsigned short fChannel
channel in the readout
size_t raw::AuxDetDigit::NADC |
( |
| ) |
const |
|
inline |
Definition at line 55 of file AuxDetDigit.h.
55 {
return fADC.size(); }
std::vector< short > fADC
vector of adc counts
unsigned long long raw::AuxDetDigit::TimeStamp |
( |
| ) |
const |
|
inline |
unsigned short raw::AuxDetDigit::fChannel |
|
private |
unsigned long long raw::AuxDetDigit::fTimeStamp |
|
private |
timestamp, upper 32 bits for the seconds since 1970 lower 32 for nanoseconds
Definition at line 29 of file AuxDetDigit.h.
The documentation for this class was generated from the following files: