ATLAS Offline Software
LArG4ShowerLibSvcTest.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 G4SHOWERLIBSVC_G4SHOWERLIBSVCTEST_H
6 #define G4SHOWERLIBSVC_G4SHOWERLIBSVCTEST_H
7 
9 
10 #include "GaudiKernel/ServiceHandle.h"
11 
13 
15 
16  public:
17 
18  LArG4ShowerLibSvcTest (const std::string& name, ISvcLocator* pSvcLocator);
19  virtual ~LArG4ShowerLibSvcTest ();
20 
24 
25  private:
26 
28 
29 };
30 
31 #endif // G4SHOWERLIBSVC_G4SHOWERLIBSVCTEST_H
LArG4ShowerLibSvcTest::m_showerLibSvc
ServiceHandle< ILArG4ShowerLibSvc > m_showerLibSvc
Definition: LArG4ShowerLibSvcTest.h:27
LArG4ShowerLibSvcTest
Definition: LArG4ShowerLibSvcTest.h:14
LArG4ShowerLibSvcTest::LArG4ShowerLibSvcTest
LArG4ShowerLibSvcTest(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArG4ShowerLibSvcTest.cxx:7
LArG4ShowerLibSvcTest::finalize
StatusCode finalize()
Definition: LArG4ShowerLibSvcTest.cxx:32
AthAlgorithm.h
ILArG4ShowerLibSvc.h
LArG4ShowerLibSvcTest::execute
StatusCode execute()
Definition: LArG4ShowerLibSvcTest.cxx:38
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
LArG4ShowerLibSvcTest::~LArG4ShowerLibSvcTest
virtual ~LArG4ShowerLibSvcTest()
Definition: LArG4ShowerLibSvcTest.cxx:14
LArG4ShowerLibSvcTest::initialize
StatusCode initialize()
Definition: LArG4ShowerLibSvcTest.cxx:18
ServiceHandle< ILArG4ShowerLibSvc >