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
HepRepType.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file HepRepType.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_HEPREPTYPE_H
8
#define HEPREP_HEPREPTYPE_H 1
9
10
// Copyright 2000-2005, FreeHEP.
11
12
#include <string>
13
#include <vector>
14
15
#include "
HEPREP/HepRepDefinition.h
"
16
17
namespace
HEPREP {
18
24
class
HepRepType
:
virtual
public
HepRepDefinition
{
25
26
public
:
28
virtual
~HepRepType
() {
/* nop */
; }
29
35
virtual
void
addType
(
HepRepType
* type) = 0;
36
45
virtual
std::string
getName
() = 0;
46
56
virtual
std::string
getFullName
() = 0;
57
63
virtual
std::string
getDescription
() = 0;
64
70
virtual
void
setDescription
(std::string description) = 0;
71
77
virtual
std::string
getInfoURL
() = 0;
78
84
virtual
void
setInfoURL
(std::string infoURL) = 0;
85
91
virtual
HepRepType
*
getSuperType
() = 0;
92
98
virtual
std::vector<HepRepType *>
getTypeList
() = 0;
99
106
virtual
HepRepType
*
copy
(
HepRepType
* parent) = 0;
107
};
// class
108
}
// namespace HEPREP
109
#endif
/* ifndef HEPREP_HEPREPTYPE_H */
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
HEPREP
HepRepType.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration