DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Protected Attributes | List of all members
dd4hep::sim::Test::Geant4TestBase Class Reference

Common base class for test action. More...

#include <Geant4TestActions.h>

Inheritance diagram for dd4hep::sim::Test::Geant4TestBase:
dd4hep::sim::Test::Geant4TestEventAction dd4hep::sim::Test::Geant4TestGeneratorAction dd4hep::sim::Test::Geant4TestRunAction dd4hep::sim::Test::Geant4TestSensitive dd4hep::sim::Test::Geant4TestStackAction dd4hep::sim::Test::Geant4TestStepAction dd4hep::sim::Test::Geant4TestTrackAction

Public Member Functions

 Geant4TestBase (Geant4Action *action, const std::string &typ)
 Standard constructor. More...
 
virtual ~Geant4TestBase ()
 Default destructor. More...
 

Protected Attributes

int m_value1
 
double m_value2
 
std::string m_value3
 
std::string m_type
 

Detailed Description

Common base class for test action.

Author
M.Frank
Version
1.0

Definition at line 43 of file Geant4TestActions.h.

Constructor & Destructor Documentation

◆ Geant4TestBase()

Geant4TestBase::Geant4TestBase ( Geant4Action action,
const std::string &  typ 
)

Standard constructor.

Definition at line 41 of file Geant4TestActions.cpp.

◆ ~Geant4TestBase()

Geant4TestBase::~Geant4TestBase ( )
virtual

Default destructor.

Definition at line 49 of file Geant4TestActions.cpp.

Member Data Documentation

◆ m_type

std::string dd4hep::sim::Test::Geant4TestBase::m_type
protected

Definition at line 48 of file Geant4TestActions.h.

◆ m_value1

int dd4hep::sim::Test::Geant4TestBase::m_value1
protected

Definition at line 45 of file Geant4TestActions.h.

◆ m_value2

double dd4hep::sim::Test::Geant4TestBase::m_value2
protected

Definition at line 46 of file Geant4TestActions.h.

◆ m_value3

std::string dd4hep::sim::Test::Geant4TestBase::m_value3
protected

Definition at line 47 of file Geant4TestActions.h.


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