ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
XMLHepRepFactory.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file XMLHepRepFactory.h
1 // Copyright FreeHEP, 2005.
2 #ifndef XMLHEPREPFACTORY_H
3 #define XMLHEPREPFACTORY_H 1
4 
5 #include <string>
6 #include <iostream>
7 
8 #include "HEPREP/HepRepReader.h"
9 #include "HEPREP/HepRepWriter.h"
10 
11 #include "DefaultHepRepFactory.h"
12 
16 namespace cheprep {
17 
19 
20  public:
23 
26  HEPREP::HepRepWriter* createHepRepWriter (std::ostream* out, bool randomAccess, bool compress);
27 };
28 
29 } // cheprep
30 
31 
32 #endif