DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Protected Member Functions | List of all members
dd4hep::sim::Geant4PhysicsConstructor::Constructor Class Referenceabstract

Helper class to be used by cleints, by NOT overloaded! More...

#include <Geant4PhysicsConstructor.h>

Inheritance diagram for dd4hep::sim::Geant4PhysicsConstructor::Constructor:
G4VPhysicsConstructor

Public Member Functions

virtual G4ParticleTable::G4PTblDicIterator * particleIterator () const =0
 Access to a fresh (resetted) instance of the particle table iterator. More...
 

Protected Member Functions

 Constructor ()
 Initializing constructor dealing with the callbacks. More...
 
virtual ~Constructor ()
 Default destructor. More...
 

Detailed Description

Helper class to be used by cleints, by NOT overloaded!

The concrete instance will be instantiated by the framework in due time! Clients NEVER call the constructor directly

Author
M.Frank
Version
1.0

Definition at line 61 of file Geant4PhysicsConstructor.h.

Constructor & Destructor Documentation

◆ Constructor()

Geant4PhysicsConstructor::Constructor::Constructor ( )
protected

Initializing constructor dealing with the callbacks.

Standard action constructor.

Definition at line 64 of file Geant4PhysicsConstructor.cpp.

◆ ~Constructor()

Geant4PhysicsConstructor::Constructor::~Constructor ( )
protectedvirtual

Default destructor.

Definition at line 70 of file Geant4PhysicsConstructor.cpp.

Member Function Documentation

◆ particleIterator()

virtual G4ParticleTable::G4PTblDicIterator* dd4hep::sim::Geant4PhysicsConstructor::Constructor::particleIterator ( ) const
pure virtual

Access to a fresh (resetted) instance of the particle table iterator.


The documentation for this class was generated from the following files: