ATLAS Offline Software
Loading...
Searching...
No Matches
TrkDetDescrTPCnvTest.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// TrkDetDescrTPCnvTest.h, (c) ATLAS Detector software
8
9#ifndef TRKDETDESCRUNITTESTS_TRKDETDESCRTPCNVTEST_H
10#define TRKDETDESCRUNITTESTS_TRKDETDESCRTPCNVTEST_H
11
12// Trk
14// Athena & Gaudi includes
15#include "GaudiKernel/ServiceHandle.h"
16#include "GaudiKernel/ToolHandle.h"
17
18namespace Trk {
19
26
28 public:
29
31 TrkDetDescrTPCnvTest(const std::string& name, ISvcLocator* pSvcLocator);
32
33 /* specify the test here */
34 StatusCode runTest();
35
36 private:
38
41 std::string m_elementTableName;
42
43 };
44}
45
46#endif
TrkDetDescrTPCnvTest(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
TrkDetDescrUnitTestBase(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
Ensure that the ATLAS eigen extensions are properly loaded.