Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HEPREP::HepRepAction Class Referenceabstract

#include <HepRepAction.h>

+ Inheritance diagram for HEPREP::HepRepAction:

Public Member Functions

virtual ~HepRepAction ()
 Destructor.
 
virtual std::string getName ()=0
 
virtual std::string getExpression ()=0
 
virtual HepRepActioncopy ()=0
 

Detailed Description

HepRepAction interface.

Author
Mark Donszelmann

Definition at line 21 of file HepRepAction.h.

Constructor & Destructor Documentation

◆ ~HepRepAction()

virtual HEPREP::HepRepAction::~HepRepAction ( )
inlinevirtual

Destructor.

Definition at line 25 of file HepRepAction.h.

25{ /* nop */; }

Member Function Documentation

◆ copy()

virtual HepRepAction * HEPREP::HepRepAction::copy ( )
pure virtual

Returns a deep copy of this action.

Returns
copy of this action.

Implemented in cheprep::DefaultHepRepAction.

◆ getExpression()

virtual std::string HEPREP::HepRepAction::getExpression ( )
pure virtual

Returns expression associated with this action.

Returns
expression of this action.

Implemented in cheprep::DefaultHepRepAction.

Referenced by cheprep::XMLHepRepWriter::write().

◆ getName()

virtual std::string HEPREP::HepRepAction::getName ( )
pure virtual

Returns name of this action.

Returns
name of this action.

Implemented in cheprep::DefaultHepRepAction.

Referenced by cheprep::XMLHepRepWriter::write().


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