BOSS 7.1.2
BESIII Offline Software System
|
#include <TofGeomSvc.h>
Public Member Functions | |
TofGeomSvc (const std::string &name, ISvcLocator *svcloc) | |
~TofGeomSvc () | |
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 () |
Definition at line 20 of file TofGeomSvc.h.
TofGeomSvc::TofGeomSvc | ( | const std::string & | name, |
ISvcLocator * | svcloc ) |
Definition at line 10 of file TofGeomSvc.cxx.
TofGeomSvc::~TofGeomSvc | ( | ) |
Definition at line 42 of file TofGeomSvc.cxx.
BTofGeo * TofGeomSvc::BTof | ( | unsigned | id | ) | const |
Definition at line 169 of file TofGeomSvc.cxx.
void TofGeomSvc::Dump | ( | ) |
Definition at line 118 of file TofGeomSvc.cxx.
Referenced by main().
ETofGeo * TofGeomSvc::ETof | ( | unsigned | id | ) | const |
Definition at line 175 of file TofGeomSvc.cxx.
|
virtual |
Definition at line 36 of file TofGeomSvc.cxx.
const double TofGeomSvc::getBPhiMax | ( | unsigned | id | ) |
Definition at line 145 of file TofGeomSvc.cxx.
const double TofGeomSvc::getBPhiMin | ( | unsigned | id | ) |
Definition at line 151 of file TofGeomSvc.cxx.
const double TofGeomSvc::getEPhiMax | ( | unsigned | id | ) |
Definition at line 157 of file TofGeomSvc.cxx.
const double TofGeomSvc::getEPhiMin | ( | unsigned | id | ) |
Definition at line 163 of file TofGeomSvc.cxx.
|
virtual |
Definition at line 24 of file TofGeomSvc.cxx.
Referenced by main().