BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Simulation/BOOST/MdcTunningSvc/src/test/test_read.h
Go to the documentation of this file.
1#include "GaudiKernel/Algorithm.h"
2#include "GaudiKernel/MsgStream.h"
3#include "GaudiKernel/Service.h"
4#include "MdcTunningSvc/IMdcTunningSvc.h"
5#include <stdio.h>
6using namespace std;
7/// Simple algorithm to test functioning of "the other" TDS
8class test_read : public Algorithm {
9
10public:
11 test_read( const std::string& name, ISvcLocator* pSvcLocator );
12
13 StatusCode initialize();
14
15 StatusCode execute();
16
17 StatusCode finalize();
18
19private:
20 IMdcTunningSvc* m_mdc;
21 // Maybe something to say which kind of data to look up?
22};
Simple algorithm to test reading vertex database.
StatusCode initialize()
StatusCode execute()
test_read(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode finalize()