CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <BesPhysicalPointer.h>
Public Member Functions | |
MdcPhysicalPointer (TGeoPhysicalNode *pointer=NULL) | |
MdcPhysicalPointer (const MdcPhysicalPointer &rval) | |
void | setQOverflow (Bool_t sqof) |
void | setTimeChannel (UInt_t stc) |
void | setChargeChannel (UInt_t scc) |
Bool_t | getQOverflow () const |
UInt_t | getTimeChannel () const |
UInt_t | getChargeChannel () const |
MdcPhysicalPointer & | operator= (const MdcPhysicalPointer &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 | |
Bool_t | qOverflow |
UInt_t | timeChannel |
UInt_t | chargeChannel |
Protected Attributes inherited from BesPhysicalPointer | |
TGeoPhysicalNode * | pNode |
Definition at line 34 of file BesPhysicalPointer.h.
|
inline |
Definition at line 37 of file BesPhysicalPointer.h.
|
inline |
Definition at line 39 of file BesPhysicalPointer.h.
UInt_t MdcPhysicalPointer::getChargeChannel | ( | ) | const |
Definition at line 73 of file BesPhysicalPointer.cxx.
Referenced by MdcROOTGeo::SetVisMdcHits().
Bool_t MdcPhysicalPointer::getQOverflow | ( | ) | const |
Definition at line 65 of file BesPhysicalPointer.cxx.
Referenced by MdcROOTGeo::SetVisMdcHits().
UInt_t MdcPhysicalPointer::getTimeChannel | ( | ) | const |
Definition at line 69 of file BesPhysicalPointer.cxx.
Referenced by MdcROOTGeo::SetVisMdcHits().
MdcPhysicalPointer & MdcPhysicalPointer::operator= | ( | const MdcPhysicalPointer & | rval | ) |
Definition at line 78 of file BesPhysicalPointer.cxx.
void MdcPhysicalPointer::setChargeChannel | ( | UInt_t | scc | ) |
Definition at line 61 of file BesPhysicalPointer.cxx.
Referenced by MdcROOTGeo::SetHits().
void MdcPhysicalPointer::setQOverflow | ( | Bool_t | sqof | ) |
Definition at line 53 of file BesPhysicalPointer.cxx.
Referenced by MdcROOTGeo::SetHits().
void MdcPhysicalPointer::setTimeChannel | ( | UInt_t | stc | ) |
Definition at line 57 of file BesPhysicalPointer.cxx.
Referenced by MdcROOTGeo::SetHits().
|
protected |
Definition at line 54 of file BesPhysicalPointer.h.
Referenced by getChargeChannel(), operator=(), and setChargeChannel().
|
protected |
Definition at line 52 of file BesPhysicalPointer.h.
Referenced by getQOverflow(), operator=(), and setQOverflow().
|
protected |
Definition at line 53 of file BesPhysicalPointer.h.
Referenced by getTimeChannel(), operator=(), and setTimeChannel().