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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
tree
geant4-10.6-release
config
environments
examples
source
analysis
digits_hits
error_propagation
event
externals
g3tog4
geometry
global
graphics_reps
intercoms
interfaces
materials
parameterisations
particles
persistency
physics_lists
processes
readout
run
track
tracking
visualization
externals
FukuiRenderer
gMocren
HepRep
include
cheprep
HEPREP
HasHepRep.h
HepRep.h
HepRepAction.h
HepRepAttDef.h
HepRepAttribute.h
HepRepAttributeListener.h
HepRepAttValue.h
HepRepConstants.h
HepRepDefinition.h
HepRepFactory.h
HepRepFrameListener.h
HepRepInstance.h
HepRepInstanceTree.h
HepRepIterator.h
HepRepPoint.h
HepRepReader.h
HepRepSelectFilter.h
HepRepTreeID.h
HepRepType.h
HepRepTypeTree.h
HepRepViewer.h
HepRepWriter.h
Types.h
G4HepRep.hh
G4HepRepFile.hh
G4HepRepFileSceneHandler.hh
G4HepRepFileViewer.hh
G4HepRepFileXMLWriter.hh
G4HepRepMessenger.hh
G4HepRepSceneHandler.hh
G4HepRepViewer.hh
src
management
modeling
OpenGL
OpenInventor
RayTracer
Tree
VRML
XXX
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
HepRepFactory.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file HepRepFactory.h
1
// -*- C++ -*-
2
// AID-GENERATED
3
// =========================================================================
4
// This class was generated by AID - Abstract Interface Definition
5
// DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
6
// =========================================================================
7
#ifndef HEPREP_HEPREPFACTORY_H
8
#define HEPREP_HEPREPFACTORY_H 1
9
10
// Copyright 2000-2005, FreeHEP.
11
12
#include <iostream>
13
#include <string>
14
15
namespace
HEPREP {
16
17
class
HepRep;
18
class
HepRepAction;
19
class
HepRepInstance;
20
class
HepRepInstanceTree;
21
class
HepRepPoint;
22
class
HepRepReader;
23
class
HepRepTreeID;
24
class
HepRepType;
25
class
HepRepTypeTree;
26
class
HepRepWriter;
27
33
class
HepRepFactory
{
34
35
public
:
37
virtual
~HepRepFactory
() {
/* nop */
; }
38
44
virtual
HepRepReader
*
createHepRepReader
(std::istream *
in
) = 0;
45
51
virtual
HepRepReader
*
createHepRepReader
(std::string inputFileName) = 0;
52
60
virtual
HepRepWriter
*
createHepRepWriter
(std::ostream * out,
bool
randomAccess,
bool
compress
) = 0;
61
70
virtual
HepRepPoint
*
createHepRepPoint
(
HepRepInstance
*
instance
,
double
x
,
double
y
,
double
z
) = 0;
71
78
virtual
HepRepInstance
*
createHepRepInstance
(
HepRepInstance
* parent,
HepRepType
* type) = 0;
79
86
virtual
HepRepInstance
*
createHepRepInstance
(
HepRepInstanceTree
* parent,
HepRepType
* type) = 0;
87
95
virtual
HepRepTreeID
*
createHepRepTreeID
(std::string
name
, std::string
version
, std::string qualifier =
"top-level"
) = 0;
96
103
virtual
HepRepAction
*
createHepRepAction
(std::string
name
, std::string expression) = 0;
104
114
virtual
HepRepInstanceTree
*
createHepRepInstanceTree
(std::string
name
, std::string
version
,
HepRepTreeID
* typeTree) = 0;
115
122
virtual
HepRepType
*
createHepRepType
(
HepRepTypeTree
* parent, std::string
name
) = 0;
123
130
virtual
HepRepType
*
createHepRepType
(
HepRepType
* parent, std::string
name
) = 0;
131
139
virtual
HepRepTypeTree
*
createHepRepTypeTree
(
HepRepTreeID
* treeID) = 0;
140
145
virtual
HepRep
*
createHepRep
() = 0;
146
};
// class
147
}
// namespace HEPREP
148
#endif
/* ifndef HEPREP_HEPREPFACTORY_H */
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
HEPREP
HepRepFactory.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration