Geant4 9.6.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 * @version $Id: XMLHepRepFactory.cc,v 1.5 2005-06-02 21:28:45 duns Exp $
15 */
16namespace cheprep {
17
18
20}
21
23}
24
26 cerr << "XMLHepRepFactory::createHepRepReader not implemented" << endl;
27 return NULL;
28}
29
31 cerr << "XMLHepRepFactory::createHepRepReader not implemented" << endl;
32 return NULL;
33}
34
35HepRepWriter* XMLHepRepFactory::createHepRepWriter(ostream* out, bool randomAccess, bool compress) {
36 return new XMLHepRepWriter(out, randomAccess, compress);
37}
38
39} // cheprep
40
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.cc:57