BOSS 7.1.1
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 33 of file MyFrame.cxx.
Referenced by instance().
|
protected |
Definition at line 50 of file MyFrame.cxx.
|
static |
Definition at line 28 of file MyFrame.cxx.
const double HltProcessor::MyFrame::DOMToDouble | ( | const XMLCh * | thisDOMString | ) | const |
Definition at line 395 of file MyFrame.cxx.
void HltProcessor::MyFrame::final | ( | ) |
Definition at line 186 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 390 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 22 of file MyFrame.cxx.
Referenced by HltConfigSvc::handle(), HltConfigSvc::initialize(), and HltConfigSvc::retrieve().
void HltProcessor::MyFrame::makeTableVector | ( | ) |
Definition at line 165 of file MyFrame.cxx.
Referenced by init().