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
ZipEntry.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_ZIPENTRY_H
3
#define CHEPREP_ZIPENTRY_H
4
5
#include <string>
6
#include <vector>
7
8
/**
9
* @author Mark Donszelmann
10
* @version $Id: ZipEntry.h,v 1.9 2005-06-02 21:28:45 duns Exp $
11
*/
12
namespace
cheprep
{
13
14
class
ZipEntry
{
15
16
public
:
17
18
std::string
name
;
19
int
method
;
20
int
date
;
21
int
time
;
22
unsigned
int
crc
;
23
unsigned
int
size
;
24
unsigned
int
csize
;
25
long
offset
;
26
long
data
;
27
28
ZipEntry
() {
29
}
30
31
virtual
~ZipEntry
() {
32
}
33
};
34
35
}
// cheprep
36
37
#endif
// CHEPREP_ZIPENTRY_H
cheprep::ZipEntry
Definition:
ZipEntry.h:14
cheprep::ZipEntry::name
std::string name
Definition:
ZipEntry.h:18
cheprep::ZipEntry::ZipEntry
ZipEntry()
Definition:
ZipEntry.h:28
cheprep::ZipEntry::csize
unsigned int csize
Definition:
ZipEntry.h:24
cheprep::ZipEntry::date
int date
Definition:
ZipEntry.h:20
cheprep::ZipEntry::~ZipEntry
virtual ~ZipEntry()
Definition:
ZipEntry.h:31
cheprep::ZipEntry::offset
long offset
Definition:
ZipEntry.h:25
cheprep::ZipEntry::size
unsigned int size
Definition:
ZipEntry.h:23
cheprep::ZipEntry::time
int time
Definition:
ZipEntry.h:21
cheprep::ZipEntry::crc
unsigned int crc
Definition:
ZipEntry.h:22
cheprep::ZipEntry::data
long data
Definition:
ZipEntry.h:26
cheprep::ZipEntry::method
int method
Definition:
ZipEntry.h:19
cheprep
Definition:
AbstractXMLWriter.h:13
geant4-v9.6.0
source
visualization
HepRep
include
cheprep
ZipEntry.h
Generated by
1.9.6