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

Helper class for data conversion. More...

#include <Geant4DataConversion.h>

Inheritance diagram for dd4hep::sim::Geant4ConversionHelper:
dd4hep::sim::Geant4Conversion< OUTPUT, ARGS >

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...
 

Detailed Description

Helper class for data conversion.

Author
M.Frank
Version
1.0

Definition at line 34 of file Geant4DataConversion.h.

Constructor & Destructor Documentation

◆ Geant4ConversionHelper()

Geant4ConversionHelper::Geant4ConversionHelper ( )

Default constructor.

Definition at line 20 of file Geant4DataConversion.cpp.

◆ ~Geant4ConversionHelper()

Geant4ConversionHelper::~Geant4ConversionHelper ( )
virtual

Default destructor.

Definition at line 24 of file Geant4DataConversion.cpp.

Member Function Documentation

◆ encoding() [1/3]

std::string Geant4ConversionHelper::encoding ( Handle< SensitiveDetectorObject sd)
static

Access to the hit encoding in this sensitive detector.

Definition at line 35 of file Geant4DataConversion.cpp.

◆ encoding() [2/3]

std::string Geant4ConversionHelper::encoding ( Readout  ro)
static

Access to the hit encoding in this readout object.

Definition at line 41 of file Geant4DataConversion.cpp.

◆ encoding() [3/3]

std::string Geant4ConversionHelper::encoding ( VolumeManager  vm,
VolumeID  vid 
)
static

Access to the data encoding using the volume manager and a specified volume id.

Definition at line 28 of file Geant4DataConversion.cpp.


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