#include <CalDigi.h>
Inheritance diagram for CalLogReadout:

Public Types | |
| enum | LogFace { POS = 0, NEG } |
| log ends are labeled by POSitive or NEGative face. More... | |
Public Methods | |
| CalLogReadout (char rangeP, short adcP, char rangeM, short adcM) | |
| ~CalLogReadout () | |
| Destructor. More... | |
| short | getAdc (LogFace face) const |
| char | getRange (LogFace face) const |
| StreamBuffer& | serialize ( StreamBuffer& s ) const |
| Serialize the object for writing. More... | |
| StreamBuffer& | serialize ( StreamBuffer& s ) |
| Serialize the object for reading. More... | |
Private Attributes | |
| short | m_adcP |
| short | m_adcM |
| char | m_rangeP |
| char | m_rangeM |
------------------------------------------------------------------------------
Author: J. Eric Grove, 23 Feb 2001
------------------------------------------------------------------------------
Definition at line 29 of file CalDigi.h.
|
|
log ends are labeled by POSitive or NEGative face.
|
|
|
|
|
|
Destructor.
|
|
|
|
|
|
|
|
|
Serialize the object for reading.
|
|
|
Serialize the object for writing.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000