|
BOSS 8.0.0
BESIII Offline Software System
|
#include <VertexDbSvc.h>
Public Member Functions | |
| VertexDbSvc (const std::string &name, ISvcLocator *svcloc) | |
| ~VertexDbSvc () | |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
| void | handle (const Incident &) |
| double * | PrimaryVertex () |
| double * | SigmaPrimaryVertex () |
| bool | isVertexValid () |
Definition at line 29 of file VertexDbSvc.h.
| VertexDbSvc::VertexDbSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Definition at line 45 of file VertexDbSvc.cxx.
Referenced by VertexDbSvc().
| VertexDbSvc::~VertexDbSvc | ( | ) |
Definition at line 61 of file VertexDbSvc.cxx.
|
virtual |
Definition at line 119 of file VertexDbSvc.cxx.
| void VertexDbSvc::handle | ( | const Incident & | inc | ) |
Definition at line 126 of file VertexDbSvc.cxx.
|
virtual |
Definition at line 72 of file VertexDbSvc.cxx.
|
inline |
Definition at line 68 of file VertexDbSvc.h.
| double * VertexDbSvc::PrimaryVertex | ( | ) |
Definition at line 195 of file VertexDbSvc.cxx.
| double * VertexDbSvc::SigmaPrimaryVertex | ( | ) |
Definition at line 204 of file VertexDbSvc.cxx.