ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
DetectorDescription
IdDictDetDescrCnv
src
IdDictCnvTest.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/***************************************************************************
6
IdDict converter package
7
-----------------------------------------
8
***************************************************************************/
9
10
//<version> $Name: not supported by cvs2svn $
11
12
#ifndef SRC_IDDICTCNVTEST_H
13
# define SRC_IDDICTCNVTEST_H
14
15
#include "
AthenaBaseComps/AthAlgorithm.h
"
16
17
/********************************************************************
18
19
Algorithm for testing the loading of the Identifier dictionaries
20
21
********************************************************************/
22
23
class
IdDictCnvTest
:
public
AthAlgorithm
24
{
25
26
public
:
27
28
IdDictCnvTest
(
const
std::string& name, ISvcLocator* pSvcLocator);
29
~IdDictCnvTest
();
30
31
virtual
StatusCode
initialize
()
override
;
32
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
33
virtual
StatusCode
finalize
()
override
;
34
35
private
:
36
37
void
tab
(
size_t
level)
const
;
38
};
39
40
#endif
// SRC_IDDICTCNVTEST_H
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
IdDictCnvTest::finalize
virtual StatusCode finalize() override
Definition
IdDictCnvTest.cxx:205
IdDictCnvTest::tab
void tab(size_t level) const
Definition
IdDictCnvTest.cxx:30
IdDictCnvTest::IdDictCnvTest
IdDictCnvTest(const std::string &name, ISvcLocator *pSvcLocator)
Definition
IdDictCnvTest.cxx:39
IdDictCnvTest::execute
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
IdDictCnvTest.cxx:194
IdDictCnvTest::initialize
virtual StatusCode initialize() override
Definition
IdDictCnvTest.cxx:59
IdDictCnvTest::~IdDictCnvTest
~IdDictCnvTest()
Definition
IdDictCnvTest.cxx:48
Generated on
for ATLAS Offline Software by
1.17.0