![]() |
ATLAS Offline Software
|
"G4ExtraProcesses/G4EMProcessesPhysicsTool.h" More...
#include <G4EMProcessesPhysicsTool.h>
Classes | |
| class | PhysicsConstructor |
Public Member Functions | |
| G4EMProcessesPhysicsTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual | ~G4EMProcessesPhysicsTool () |
| virtual StatusCode | initialize () override final |
| Destructor. | |
| virtual UPPhysicsConstructor | GetPhysicsOption () override final |
| Implements. | |
Protected Attributes | |
| std::vector< int > | m_particleList |
| list of particles to apply the em processes to | |
"G4ExtraProcesses/G4EMProcessesPhysicsTool.h"
Tool for the concrete implementation of a Physics List selection class
Definition at line 21 of file G4EMProcessesPhysicsTool.h.
| G4EMProcessesPhysicsTool::G4EMProcessesPhysicsTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 26 of file G4EMProcessesPhysicsTool.cxx.
|
inlinevirtual |
Definition at line 28 of file G4EMProcessesPhysicsTool.h.
|
finaloverridevirtual |
Definition at line 48 of file G4EMProcessesPhysicsTool.cxx.
|
finaloverridevirtual |
Destructor.
Initialize method
Definition at line 39 of file G4EMProcessesPhysicsTool.cxx.
|
protected |
list of particles to apply the em processes to
Definition at line 51 of file G4EMProcessesPhysicsTool.h.