Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
n
o
p
r
s
t
z
Variables
Typedefs
b
d
f
g
h
i
n
p
s
t
u
y
Enumerations
Enumerator
_
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Enumerations
c
d
e
f
g
l
m
o
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
a
b
c
d
g
h
i
k
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Enumerations
b
c
d
e
g
j
l
m
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
DefaultHepRepTreeID.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPTREEID_H
3
#define CHEPREP_DEFAULTHEPREPTREEID_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
9
#include "
HEPREP/HepRepTreeID.h
"
10
11
/**
12
* @author Mark Donszelmann
13
* @version $Id: DefaultHepRepTreeID.h,v 1.3 2005-06-02 21:28:45 duns Exp $
14
*/
15
namespace
cheprep
{
16
17
class
DefaultHepRepTreeID
:
public
virtual
HEPREP::HepRepTreeID
{
18
19
private
:
20
std::string name;
21
std::string version;
22
std::string qualifier;
23
24
public
:
25
DefaultHepRepTreeID
(std::string name, std::string version, std::string qualifier =
"top_level"
);
26
~DefaultHepRepTreeID
();
27
28
std::string
getQualifier
();
29
void
setQualifier
(std::string qualifier);
30
std::string
getName
();
31
std::string
getVersion
();
32
};
33
34
}
// cheprep
35
36
37
#endif
HepRepTreeID.h
HEPREP::HepRepTreeID
Definition:
HepRepTreeID.h:21
cheprep::DefaultHepRepTreeID
Definition:
DefaultHepRepTreeID.h:17
cheprep::DefaultHepRepTreeID::getName
std::string getName()
Definition:
DefaultHepRepTreeID.cc:31
cheprep::DefaultHepRepTreeID::getVersion
std::string getVersion()
Definition:
DefaultHepRepTreeID.cc:35
cheprep::DefaultHepRepTreeID::getQualifier
std::string getQualifier()
Definition:
DefaultHepRepTreeID.cc:23
cheprep::DefaultHepRepTreeID::setQualifier
void setQualifier(std::string qualifier)
Definition:
DefaultHepRepTreeID.cc:27
cheprep::DefaultHepRepTreeID::~DefaultHepRepTreeID
~DefaultHepRepTreeID()
Definition:
DefaultHepRepTreeID.cc:20
config.h
cheprep
Definition:
AbstractXMLWriter.h:13
geant4-v9.6.0
source
visualization
HepRep
include
cheprep
DefaultHepRepTreeID.h
Generated by
1.9.6