|
BOSS 8.0.0
BESIII Offline Software System
|
#include <MyFrame.h>
Public Member Functions | |
| void | init (const std::string, const std::string) |
| void | makeTableVector () |
| void | final () |
| const std::vector< std::pair< Signature *, Sequence * > > & | getTablesVector () const |
| const double | DOMToDouble (const XMLCh *thisDOMString) const |
Static Public Member Functions | |
| static MyFrame * | instance () |
| static void | destruct () |
Protected Member Functions | |
| MyFrame () | |
| ~MyFrame () | |
|
protected |
Definition at line 30 of file MyFrame.cxx.
Referenced by instance().
|
protected |
Definition at line 51 of file MyFrame.cxx.
|
static |
Definition at line 25 of file MyFrame.cxx.
| const double HltProcessor::MyFrame::DOMToDouble | ( | const XMLCh * | thisDOMString | ) | const |
Definition at line 426 of file MyFrame.cxx.
| void HltProcessor::MyFrame::final | ( | ) |
Definition at line 192 of file MyFrame.cxx.
Referenced by HltConfigSvc::handle(), and HltConfigSvc::initialize().
| const std::vector< std::pair< Signature *, Sequence * > > & HltProcessor::MyFrame::getTablesVector | ( | ) | const |
Definition at line 422 of file MyFrame.cxx.
Referenced by HltConfigSvc::retrieve().
| void HltProcessor::MyFrame::init | ( | const std::string | sequenceFile, |
| const std::string | signatureFile ) |
Definition at line 58 of file MyFrame.cxx.
Referenced by HltConfigSvc::handle(), and HltConfigSvc::initialize().
|
static |
Definition at line 21 of file MyFrame.cxx.
Referenced by HltConfigSvc::handle(), HltConfigSvc::initialize(), and HltConfigSvc::retrieve().
| void HltProcessor::MyFrame::makeTableVector | ( | ) |
Definition at line 168 of file MyFrame.cxx.
Referenced by init().