ATLAS Offline Software
Loading...
Searching...
No Matches
IdDictCnvTest.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 IdDict converter package
7 -----------------------------------------
8 ***************************************************************************/
9
10//<doc><file> $Id: IdDictCnvTest.h,v 1.2 2004-10-07 17:19:39 schaffer Exp $
11//<version> $Name: not supported by cvs2svn $
12
13#ifndef SRC_IDDICTCNVTEST_H
14# define SRC_IDDICTCNVTEST_H
15
17
18/********************************************************************
19
20Algorithm for testing the loading of the Identifier dictionaries
21
22********************************************************************/
23
25{
26
27public:
28
29 IdDictCnvTest(const std::string& name, ISvcLocator* pSvcLocator);
31
32 StatusCode initialize();
33 StatusCode execute();
34 StatusCode finalize();
35
36private:
37
38 void tab(size_t level) const;
39};
40
41#endif // SRC_IDDICTCNVTEST_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode execute()
StatusCode finalize()
void tab(size_t level) const
IdDictCnvTest(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()