BOSS 7.1.3
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 49 of file VertexDbSvc.cxx.
Referenced by VertexDbSvc().
VertexDbSvc::~VertexDbSvc | ( | ) |
Definition at line 65 of file VertexDbSvc.cxx.
|
virtual |
Definition at line 126 of file VertexDbSvc.cxx.
void VertexDbSvc::handle | ( | const Incident & | inc | ) |
Definition at line 133 of file VertexDbSvc.cxx.
|
virtual |
Definition at line 77 of file VertexDbSvc.cxx.
|
inline |
Definition at line 75 of file VertexDbSvc.h.
double * VertexDbSvc::PrimaryVertex | ( | ) |
Definition at line 196 of file VertexDbSvc.cxx.
double * VertexDbSvc::SigmaPrimaryVertex | ( | ) |
Definition at line 205 of file VertexDbSvc.cxx.