BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/DatabaseSvc/DatabaseSvc/TestDbAlg.h
Go to the documentation of this file.
1#include "GaudiKernel/Algorithm.h"
2
3class TestDbAlg:public Algorithm {
4public:
5 TestDbAlg (const std::string& name, ISvcLocator* pSvcLocator);
6 StatusCode initialize();
7 StatusCode execute();
8 StatusCode finalize();
9
10private:
11};
12
13
StatusCode execute()
TestDbAlg(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()
StatusCode finalize()