BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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};
StatusCode execute()
TestDbAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition TestDbAlg.cxx:16
StatusCode initialize()
Definition TestDbAlg.cxx:21
StatusCode finalize()