BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Analysis/VertexFit/VertexFit-00-03-05/src/test/test_read.h
Go to the documentation of this file.
1#include <stdio.h>
2#include "GaudiKernel/Algorithm.h"
3#include "GaudiKernel/AlgFactory.h"
4#include "GaudiKernel/Service.h"
5#include "GaudiKernel/MsgStream.h"
6//#include "VertexFit/IVertexDbSvc.h"
7using namespace std;
8/// Simple algorithm to test reading vertex database
9class test_read : public Algorithm {
10
11public:
12 test_read(const std::string& name, ISvcLocator* pSvcLocator);
13
14 StatusCode initialize();
15
16 StatusCode execute();
17
18 StatusCode finalize();
19
20private:
21
22};
23
24
25
Simple algorithm to test reading vertex database.
test_read(const std::string &name, ISvcLocator *pSvcLocator)