ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
17/********************************************************************
18
19Algorithm for testing the loading of the Identifier dictionaries
20
21********************************************************************/
22
24{
25
26public:
27
28 IdDictCnvTest(const std::string& name, ISvcLocator* pSvcLocator);
30
31 virtual StatusCode initialize() override;
32 virtual StatusCode execute(const EventContext& ctx) override;
33 virtual StatusCode finalize() override;
34
35private:
36
37 void tab(size_t level) const;
38};
39
40#endif // SRC_IDDICTCNVTEST_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode finalize() override
void tab(size_t level) const
IdDictCnvTest(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
virtual StatusCode initialize() override