CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <BesPhysicalPointer.h>
Public Member Functions | |
TofPhysicalPointer (TGeoPhysicalNode *pointer=NULL) | |
TofPhysicalPointer (const TofPhysicalPointer &rval) | |
void | setTimeChannel (UInt_t stc) |
void | setChargeChannel (UInt_t scc) |
UInt_t | getTimeChannel () const |
UInt_t | getChargeChannel () const |
TofPhysicalPointer & | operator= (const TofPhysicalPointer &rval) |
Public Member Functions inherited from BesPhysicalPointer | |
BesPhysicalPointer (TGeoPhysicalNode *pointer=NULL) | |
void | set (TGeoPhysicalNode *spn) |
TGeoPhysicalNode * | get () const |
operator TGeoPhysicalNode * () const | |
TGeoPhysicalNode * | operator-> () const |
TGeoPhysicalNode & | operator* () const |
operator bool () const | |
TGeoPhysicalNode * | operator= (TGeoPhysicalNode *pointer) |
Protected Attributes | |
UInt_t | timeChannel |
UInt_t | chargeChannel |
Protected Attributes inherited from BesPhysicalPointer | |
TGeoPhysicalNode * | pNode |
Definition at line 61 of file BesPhysicalPointer.h.
|
inline |
Definition at line 64 of file BesPhysicalPointer.h.
|
inline |
Definition at line 66 of file BesPhysicalPointer.h.
UInt_t TofPhysicalPointer::getChargeChannel | ( | ) | const |
Definition at line 104 of file BesPhysicalPointer.cxx.
Referenced by TofROOTGeo::SetVisTofHits().
UInt_t TofPhysicalPointer::getTimeChannel | ( | ) | const |
Definition at line 100 of file BesPhysicalPointer.cxx.
Referenced by TofROOTGeo::SetVisTofHits().
TofPhysicalPointer & TofPhysicalPointer::operator= | ( | const TofPhysicalPointer & | rval | ) |
Definition at line 109 of file BesPhysicalPointer.cxx.
void TofPhysicalPointer::setChargeChannel | ( | UInt_t | scc | ) |
Definition at line 96 of file BesPhysicalPointer.cxx.
Referenced by TofROOTGeo::SetHits().
void TofPhysicalPointer::setTimeChannel | ( | UInt_t | stc | ) |
Definition at line 92 of file BesPhysicalPointer.cxx.
Referenced by TofROOTGeo::SetHits().
|
protected |
Definition at line 78 of file BesPhysicalPointer.h.
Referenced by getChargeChannel(), operator=(), and setChargeChannel().
|
protected |
Definition at line 77 of file BesPhysicalPointer.h.
Referenced by getTimeChannel(), operator=(), and setTimeChannel().