Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
source
visualization
HepRep
include
cheprep
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
15
namespace
cheprep {
16
17
class
DefaultHepRepAction
:
public
virtual
HEPREP::HepRepAction
{
18
19
private
:
20
std::string
name
;
21
std::string expression;
22
23
public
:
24
DefaultHepRepAction
(std::string
name
, std::string expression);
25
~DefaultHepRepAction
();
26
27
std::string
getName
();
28
std::string
getExpression
();
29
HEPREP::HepRepAction
*
copy
();
30
};
31
32
}
// cheprep
33
34
35
#endif
Generated on Sat May 25 2013 14:34:14 for Geant4 by
1.8.4