DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Helper class for data conversion. More...
#include <Geant4DataConversion.h>
Public Member Functions | |
Geant4ConversionHelper () | |
Default constructor. More... | |
virtual | ~Geant4ConversionHelper () |
Default destructor. More... | |
Static Public Member Functions | |
static std::string | encoding (VolumeManager vm, VolumeID vid) |
Access to the data encoding using the volume manager and a specified volume id. More... | |
static std::string | encoding (Handle< SensitiveDetectorObject > sd) |
Access to the hit encoding in this sensitive detector. More... | |
static std::string | encoding (Readout ro) |
Access to the hit encoding in this readout object. More... | |
Geant4ConversionHelper::Geant4ConversionHelper | ( | ) |
Default constructor.
Definition at line 20 of file Geant4DataConversion.cpp.
|
virtual |
Default destructor.
Definition at line 24 of file Geant4DataConversion.cpp.
|
static |
Access to the hit encoding in this sensitive detector.
Definition at line 35 of file Geant4DataConversion.cpp.
|
static |
Access to the hit encoding in this readout object.
Definition at line 41 of file Geant4DataConversion.cpp.
|
static |
Access to the data encoding using the volume manager and a specified volume id.
Definition at line 28 of file Geant4DataConversion.cpp.