Geant4
10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
DefaultHepRepAction.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPACTION_H
3
#define CHEPREP_DEFAULTHEPREPACTION_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
9
#include "
HEPREP/HepRepAction.h
"
10
11
/**
12
* @author Mark Donszelmann
13
*/
14
namespace
cheprep
{
15
16
class
DefaultHepRepAction
:
public
virtual
HEPREP::HepRepAction
{
17
18
private
:
19
std::string name;
20
std::string expression;
21
22
public
:
23
DefaultHepRepAction
(std::string name, std::string expression);
24
~DefaultHepRepAction
();
25
26
std::string
getName
();
27
std::string
getExpression
();
28
HEPREP::HepRepAction
*
copy
();
29
};
30
31
}
// cheprep
32
33
34
#endif
HepRepAction.h
HEPREP::HepRepAction
Definition:
HepRepAction.h:21
cheprep::DefaultHepRepAction
Definition:
DefaultHepRepAction.h:16
cheprep::DefaultHepRepAction::copy
HEPREP::HepRepAction * copy()
Definition:
DefaultHepRepAction.cc:30
cheprep::DefaultHepRepAction::getName
std::string getName()
Definition:
DefaultHepRepAction.cc:22
cheprep::DefaultHepRepAction::~DefaultHepRepAction
~DefaultHepRepAction()
Definition:
DefaultHepRepAction.cc:19
cheprep::DefaultHepRepAction::getExpression
std::string getExpression()
Definition:
DefaultHepRepAction.cc:26
config.h
cheprep
Definition:
AbstractXMLWriter.h:12
geant4-v10.7.0
source
visualization
HepRep
include
cheprep
DefaultHepRepAction.h
Generated by
1.9.6