Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
XMLHepRepFactory.cc
Go to the documentation of this file.
1// Copyright FreeHEP, 2005.
2
3#include <iostream>
4#include <fstream>
5
8
9using namespace std;
10using namespace HEPREP;
11
12/**
13 * @author Mark Donszelmann
14 */
15namespace cheprep {
16
17
19}
20
22}
23
25 cerr << "XMLHepRepFactory::createHepRepReader not implemented" << endl;
26 return NULL;
27}
28
30 cerr << "XMLHepRepFactory::createHepRepReader not implemented" << endl;
31 return NULL;
32}
33
34HepRepWriter* XMLHepRepFactory::createHepRepWriter(ostream* out, bool randomAccess, bool compress) {
35 return new XMLHepRepWriter(out, randomAccess, compress);
36}
37
38} // cheprep
39
HEPREP::HepRepWriter * createHepRepWriter(std::ostream *out, bool randomAccess, bool compress)
HEPREP::HepRepReader * createHepRepReader(std::istream *in)
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
Definition: compress.c:67