ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Simulation
G4Atlas
G4AtlasTests
G4AtlasTests
G4TestAlg.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
#ifndef G4ATLASTESTS_G4TESTALG_H
6
#define G4ATLASTESTS_G4TESTALG_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
11
class
ISimTestTool
;
12
13
class
G4TestAlg
:
public
AthAlgorithm
{
14
15
public
:
16
17
G4TestAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
18
19
StatusCode
initialize
();
20
StatusCode
execute
(
const
EventContext& ctx);
21
22
private
:
23
ToolHandleArray<ISimTestTool>
m_testTools
;
24
25
};
26
27
#endif
//G4ATLASTESTS_G4TESTALG_H
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
G4TestAlg::m_testTools
ToolHandleArray< ISimTestTool > m_testTools
Definition
G4TestAlg.h:23
G4TestAlg::G4TestAlg
G4TestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
G4TestAlg.cxx:9
G4TestAlg::initialize
StatusCode initialize()
Definition
G4TestAlg.cxx:16
G4TestAlg::execute
StatusCode execute(const EventContext &ctx)
Execute method.
Definition
G4TestAlg.cxx:25
ISimTestTool
Interface for the simulation test tools.
Definition
ISimTestTool.h:13
Generated on
for ATLAS Offline Software by
1.17.0