CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <TofGeomSvc.h>
Public Member Functions | |
TofGeomSvc (const std::string &name, ISvcLocator *svcloc) | |
~TofGeomSvc () | |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvUnknown) |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
BTofGeo * | BTof (unsigned id) const |
ETofGeo * | ETof (unsigned id) const |
const double | getBPhiMax (unsigned id) |
const double | getBPhiMin (unsigned id) |
const double | getEPhiMax (unsigned id) |
const double | getEPhiMin (unsigned id) |
void | Dump () |
virtual BTofGeo * | BTof (unsigned id) const =0 |
virtual ETofGeo * | ETof (unsigned id) const =0 |
virtual const double | getBPhiMax (unsigned id)=0 |
virtual const double | getBPhiMin (unsigned id)=0 |
virtual const double | getEPhiMax (unsigned id)=0 |
virtual const double | getEPhiMin (unsigned id)=0 |
virtual void | Dump ()=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ITofGeomSvc | |
static const InterfaceID & | interfaceID () |
Definition at line 20 of file TofGeomSvc.h.
TofGeomSvc::TofGeomSvc | ( | const std::string & | name, |
ISvcLocator * | svcloc | ||
) |
Definition at line 9 of file TofGeomSvc.cxx.
TofGeomSvc::~TofGeomSvc | ( | ) |
Definition at line 39 of file TofGeomSvc.cxx.
|
virtual |
Implements ITofGeomSvc.
Definition at line 166 of file TofGeomSvc.cxx.
|
virtual |
Implements ITofGeomSvc.
Definition at line 115 of file TofGeomSvc.cxx.
Referenced by main().
|
virtual |
Implements ITofGeomSvc.
Definition at line 172 of file TofGeomSvc.cxx.
|
virtual |
Definition at line 33 of file TofGeomSvc.cxx.
|
virtual |
Implements ITofGeomSvc.
Definition at line 142 of file TofGeomSvc.cxx.
|
virtual |
Implements ITofGeomSvc.
Definition at line 148 of file TofGeomSvc.cxx.
|
virtual |
Implements ITofGeomSvc.
Definition at line 154 of file TofGeomSvc.cxx.
|
virtual |
Implements ITofGeomSvc.
Definition at line 160 of file TofGeomSvc.cxx.
|
virtual |
Definition at line 21 of file TofGeomSvc.cxx.
Referenced by main().
|
virtual |
Definition at line 11 of file TofGeomSvc.cxx.