#include "AuxDetDigit.h"
|
| AuxDetDigit () |
|
| AuxDetDigit (unsigned short channel, std::vector< short > adclist, std::string name="UknownAuxDet", unsigned long long timeStamp=UINT64_MAX) |
|
size_t | NADC () const |
|
short | ADC (size_t i) const |
|
unsigned short | Channel () const |
|
std::string const & | AuxDetName () const |
|
unsigned long long | TimeStamp () const |
|
Definition at line 20 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 21 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 29 of file AuxDetDigit.cxx.
References fADC.
33 <<
"illegal index requested for ADC vector: " << i <<
"\n";
std::vector< short > fADC
vector of adc counts
cet::coded_exception< error, detail::translate > exception
std::string const & raw::AuxDetDigit::AuxDetName |
( |
| ) |
const |
|
inline |
unsigned short raw::AuxDetDigit::Channel |
( |
| ) |
const |
|
inline |
size_t raw::AuxDetDigit::NADC |
( |
| ) |
const |
|
inline |
Definition at line 50 of file AuxDetDigit.h.
References fADC.
std::vector< short > fADC
vector of adc counts
unsigned long long raw::AuxDetDigit::TimeStamp |
( |
| ) |
const |
|
inline |
std::vector<short> raw::AuxDetDigit::fADC |
|
private |
std::string raw::AuxDetDigit::fAuxDetName |
|
private |
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.
Referenced by TimeStamp().
The documentation for this class was generated from the following files: