LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ChData.h"
Public Member Functions | |
ChData (unsigned int ch) | |
Constructor. More... | |
virtual | ~ChData () |
Default destructor. More... | |
unsigned int | Channel () const |
void | SetChannel (unsigned int ch) |
bool | operator< (unsigned int rhs) const |
bool | operator< (const ChData &ch) const |
Protected Attributes | |
unsigned int | fChannel |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 33 of file ChData.h.
References fChannel.
Referenced by lariov::SIOVPmtGainProvider::Reconfigure(), lariov::SIOVElectronicsCalibProvider::Reconfigure(), lariov::DetPedestalRetrievalAlg::Reconfigure(), and lariov::SIOVChannelStatusProvider::SIOVChannelStatusProvider().
|
protected |
Definition at line 40 of file ChData.h.
Referenced by Channel(), operator<(), and SetChannel().