ATLAS Offline Software
|
#include <G4EMProcessesPhysicsTool.h>
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 void | ConstructParticle () override final |
virtual void | ConstructProcess () override final |
virtual G4EMProcessesPhysicsTool * | 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 30 of file G4EMProcessesPhysicsTool.h.
|
finaloverridevirtual |
Definition at line 57 of file G4EMProcessesPhysicsTool.cxx.
|
finaloverridevirtual |
Definition at line 62 of file G4EMProcessesPhysicsTool.cxx.
|
finaloverridevirtual |
|
finaloverridevirtual |
|
protected |
list of particles to apply the em processes to
Definition at line 42 of file G4EMProcessesPhysicsTool.h.