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

Callback interface class with argument. More...

#include <Geant4Call.h>

Inheritance diagram for dd4hep::sim::Geant4Call:
dd4hep::sim::Geant4UIManager

Public Member Functions

virtual ~Geant4Call ()
 Default destructor. More...
 
virtual void operator() (void *param)=0
 Default callback with argument. More...
 

Detailed Description

Callback interface class with argument.

Author
M.Frank
Version
1.0

Definition at line 29 of file Geant4Call.h.

Constructor & Destructor Documentation

◆ ~Geant4Call()

dd4hep::sim::Geant4Call::~Geant4Call ( )
virtual

Default destructor.

Default destructor (keep here to avoid weak linkage to vtable)

Definition at line 18 of file Geant4Call.cpp.

Member Function Documentation

◆ operator()()

virtual void dd4hep::sim::Geant4Call::operator() ( void *  param)
pure virtual

Default callback with argument.

Implemented in dd4hep::sim::Geant4UIManager.


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