ATLAS Offline Software
LucidPhysicsTool.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 LucidPhysicsTool_H
6 #define LucidPhysicsTool_H
7 
8 // Include files
10 
11 
13 
14 //to handle
15 #include "GaudiKernel/ToolHandle.h"
16 
17 #include "G4VPhysicsConstructor.hh"
18 
26 class LucidPhysicsTool : public G4VPhysicsConstructor, public AthAlgTool, virtual public IPhysicsOptionTool {
27 public:
29  LucidPhysicsTool( const std::string& type , const std::string& name,
30  const IInterface* parent ) ;
31 
32  virtual ~LucidPhysicsTool( );
33 
35  virtual StatusCode initialize() override final;
36  virtual void ConstructParticle() override final;
37  virtual void ConstructProcess() override final;
38 
39 
42  virtual G4VPhysicsConstructor* GetPhysicsOption() override final;
43 
44 
45 protected:
46 
47 
48 
49 
50 };
51 
52 
53 
54 #endif
LucidPhysicsTool::LucidPhysicsTool
LucidPhysicsTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition: LucidPhysicsTool.cxx:39
LucidPhysicsTool
Definition: LucidPhysicsTool.h:26
LucidPhysicsTool::initialize
virtual StatusCode initialize() override final
Initialize method.
Definition: LucidPhysicsTool.cxx:59
IPhysicsOptionTool.h
LucidPhysicsTool::ConstructProcess
virtual void ConstructProcess() override final
Definition: LucidPhysicsTool.cxx:76
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LucidPhysicsTool::ConstructParticle
virtual void ConstructParticle() override final
Definition: LucidPhysicsTool.cxx:72
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
LucidPhysicsTool::GetPhysicsOption
virtual G4VPhysicsConstructor * GetPhysicsOption() override final
Implements.
Definition: LucidPhysicsTool.cxx:66
IPhysicsOptionTool
Definition: IPhysicsOptionTool.h:31
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
LucidPhysicsTool::~LucidPhysicsTool
virtual ~LucidPhysicsTool()
Destructor.
Definition: LucidPhysicsTool.cxx:52
AthAlgTool
Definition: AthAlgTool.h:26