Geant4.10
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4.10.00.p01
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
11
/**
12
* @author Mark Donszelmann
13
* @version $Id: DefaultHepRepAction.h 66373 2012-12-18 09:41:34Z gcosmo $
14
*/
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
cheprep::DefaultHepRepAction::DefaultHepRepAction
DefaultHepRepAction(std::string name, std::string expression)
Definition:
DefaultHepRepAction.cc:16
HepRepAction.h
config.h
name
const XML_Char * name
Definition:
include/expat.h:151
cheprep::DefaultHepRepAction::~DefaultHepRepAction
~DefaultHepRepAction()
Definition:
DefaultHepRepAction.cc:20
HEPREP::HepRepAction
Definition:
HepRepAction.h:21
cheprep::DefaultHepRepAction
Definition:
DefaultHepRepAction.h:17
cheprep::DefaultHepRepAction::copy
HEPREP::HepRepAction * copy()
Definition:
DefaultHepRepAction.cc:31
cheprep::DefaultHepRepAction::getExpression
std::string getExpression()
Definition:
DefaultHepRepAction.cc:27
cheprep::DefaultHepRepAction::getName
std::string getName()
Definition:
DefaultHepRepAction.cc:23
Generated on Wed Apr 30 2014 15:54:28 for Geant4.10 by
1.8.7