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>
6
using namespace
std
;
7
/// Simple algorithm to test functioning of "the other" TDS
8
class
test_read
:
public
Algorithm {
9
10
public
:
11
test_read
(
const
std::string& name, ISvcLocator* pSvcLocator );
12
13
StatusCode
initialize
();
14
15
StatusCode
execute
();
16
17
StatusCode
finalize
();
18
19
private
:
20
IMdcTunningSvc
* m_mdc;
21
// Maybe something to say which kind of data to look up?
22
};
IMdcTunningSvc
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/MdcTunningSvc/IMdcTunningSvc.h:11
test_read
Simple algorithm to test reading vertex database.
Definition
Analysis/VertexFit/src/test/test_read.h:9
test_read::initialize
StatusCode initialize()
test_read::execute
StatusCode execute()
test_read::test_read
test_read(const std::string &name, ISvcLocator *pSvcLocator)
test_read::finalize
StatusCode finalize()
std
Definition
x86_64-el9-gcc13-dbg/Event/RootEventData/RootEventDataDict.cxx:101
8.0.0
BOSS_Source
Simulation
BOOST
MdcTunningSvc
src
test
test_read.h
Generated by
1.16.1