![]() |
ATLAS Offline Software
|
#include <G4EMProcessesPhysicsTool.h>
Classes | |
class | PhysicsConstructor |
Public Member Functions | |
G4EMProcessesPhysicsTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard constructor. More... | |
virtual | ~G4EMProcessesPhysicsTool () |
virtual StatusCode | initialize () override final |
Destructor. More... | |
virtual UPPhysicsConstructor | GetPhysicsOption () override final |
Implements. More... | |
Protected Attributes | |
std::vector< int > | m_particleList |
list of particles to apply the em processes to More... | |
"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 | ||
) |
|
inlinevirtual |
Definition at line 28 of file G4EMProcessesPhysicsTool.h.
|
finaloverridevirtual |
Definition at line 48 of file G4EMProcessesPhysicsTool.cxx.
|
finaloverridevirtual |
|
protected |
list of particles to apply the em processes to
Definition at line 51 of file G4EMProcessesPhysicsTool.h.