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
GZIPOutputStream.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file GZIPOutputStream.h
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_GZIPOUTPUTSTREAM_H
3
#define CHEPREP_GZIPOUTPUTSTREAM_H
4
5
#include <string>
6
7
#include "
cheprep/GZIPOutputStreamBuffer.h
"
8
12
namespace
cheprep {
13
14
class
GZIPOutputStream
:
public
std::ostream {
15
16
public
:
17
18
GZIPOutputStream
(std::ostream &os);
19
20
void
setFilename
(
const
std::string &
filename
);
21
void
setComment
(
const
std::string &comment);
22
23
void
close
();
24
25
virtual
~GZIPOutputStream
();
26
27
private
:
28
GZIPOutputStreamBuffer
*
buffer
;
29
};
30
31
}
// cheprep.
32
33
#endif // CHEPREP_GZIPOUTPUTSTREAM_H
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
cheprep
GZIPOutputStream.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration