BOSS 7.0.7
BESIII Offline Software System
|
#include <RecEmcDigit.h>
Public Member Functions | |
RecEmcDigit () | |
RecEmcDigit (const RecEmcID &CellId, const RecEmcADC &ADC, const RecEmcTDC &TDC) | |
~RecEmcDigit () | |
RecEmcDigit (const RecEmcDigit &aDigit) | |
RecEmcDigit & | operator= (const RecEmcDigit &aDigit) |
RecEmcID | CellId () const |
RecEmcADC | ADC () const |
RecEmcTDC | TDC () const |
RecEmcID | CellId (const RecEmcID &CellId) |
RecEmcADC | ADC (const RecEmcADC &ADC) |
RecEmcTDC | TDC (const RecEmcTDC &TDC) |
void | Assign (const RecEmcID &CellId, const RecEmcADC &ADC, const RecEmcTDC &TDC) |
void | Assign (const RecEmcDigit &aDigit) |
void | Dump () const |
Protected Attributes | |
RecEmcID | fCellId |
RecEmcADC | fADC |
RecEmcTDC | fTDC |
Definition at line 16 of file RecEmcDigit.h.
RecEmcDigit::RecEmcDigit | ( | ) |
Definition at line 12 of file RecEmcDigit.cxx.
Definition at line 19 of file RecEmcDigit.cxx.
RecEmcDigit::~RecEmcDigit | ( | ) |
Definition at line 28 of file RecEmcDigit.cxx.
RecEmcDigit::RecEmcDigit | ( | const RecEmcDigit & | aDigit | ) |
RecEmcADC RecEmcDigit::ADC | ( | ) | const |
Definition at line 59 of file RecEmcDigit.cxx.
Referenced by ADC(), Assign(), EmcRecDigit2Hit::Convert(), operator<<(), operator=(), and RecEmcDigit().
Definition at line 76 of file RecEmcDigit.cxx.
void RecEmcDigit::Assign | ( | const RecEmcDigit & | aDigit | ) |
Definition at line 88 of file RecEmcDigit.cxx.
Referenced by EmcRec::execute().
RecEmcID RecEmcDigit::CellId | ( | ) | const |
Definition at line 54 of file RecEmcDigit.cxx.
Referenced by Assign(), CellId(), EmcRecDigit2Hit::Convert(), operator<<(), operator=(), and RecEmcDigit().
Definition at line 70 of file RecEmcDigit.cxx.
void RecEmcDigit::Dump | ( | ) | const |
Definition at line 105 of file RecEmcDigit.cxx.
RecEmcDigit & RecEmcDigit::operator= | ( | const RecEmcDigit & | aDigit | ) |
RecEmcTDC RecEmcDigit::TDC | ( | ) | const |
Definition at line 64 of file RecEmcDigit.cxx.
Referenced by Assign(), EmcRecDigit2Hit::Convert(), operator<<(), operator=(), RecEmcDigit(), and TDC().
Definition at line 82 of file RecEmcDigit.cxx.
|
protected |
Definition at line 53 of file RecEmcDigit.h.
Referenced by ADC(), Assign(), Dump(), operator=(), and RecEmcDigit().
|
protected |
Definition at line 52 of file RecEmcDigit.h.
Referenced by Assign(), CellId(), Dump(), operator=(), and RecEmcDigit().
|
protected |
Definition at line 54 of file RecEmcDigit.h.
Referenced by Assign(), Dump(), operator=(), RecEmcDigit(), and TDC().