ATLAS Offline Software
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 
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 
21 
22 private:
23  ToolHandleArray<ISimTestTool> m_testTools;
24 
25 };
26 
27 #endif //G4ATLASTESTS_G4TESTALG_H
G4TestAlg::G4TestAlg
G4TestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: G4TestAlg.cxx:9
G4TestAlg::execute
StatusCode execute()
Definition: G4TestAlg.cxx:25
ISimTestTool
Interface for the simulation test tools.
Definition: ISimTestTool.h:13
G4TestAlg
Definition: G4TestAlg.h:13
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
G4TestAlg::initialize
StatusCode initialize()
Definition: G4TestAlg.cxx:16
G4TestAlg::m_testTools
ToolHandleArray< ISimTestTool > m_testTools
Definition: G4TestAlg.h:23