ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HEPREP::HepRepAction Class Referenceabstract

#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/include/HEPREP/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.

View newest version in sPHENIX GitHub at line 21 of file HepRepAction.h

Constructor & Destructor Documentation

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

Destructor.

Definition at line 25 of file HepRepAction.h.

View newest version in sPHENIX GitHub at line 25 of file HepRepAction.h

Member Function Documentation

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

Returns a deep copy of this action.

Returns
copy of this action.

Implemented in cheprep::DefaultHepRepAction.

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

+ Here is the caller graph for this function:

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

+ Here is the caller graph for this function:


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