ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ZipEntry.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file ZipEntry.h
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_ZIPENTRY_H
3
#define CHEPREP_ZIPENTRY_H
4
5
#include <string>
6
#include <vector>
7
11
namespace
cheprep {
12
13
class
ZipEntry
{
14
15
public
:
16
17
std::string
name
;
18
int
method
;
19
int
date
;
20
int
time
;
21
unsigned
int
crc
;
22
unsigned
int
size
;
23
unsigned
int
csize
;
24
long
offset
;
25
long
data
;
26
27
ZipEntry
() {
28
}
29
30
virtual
~ZipEntry
() {
31
}
32
};
33
34
}
// cheprep
35
36
#endif // CHEPREP_ZIPENTRY_H
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
cheprep
ZipEntry.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration