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
AbstractXMLWriter.h
BHepRepWriter.h
config.h
DefaultHepRep.h
DefaultHepRepAction.h
DefaultHepRepAttDef.h
DefaultHepRepAttribute.h
DefaultHepRepAttValue.h
DefaultHepRepDefinition.h
DefaultHepRepFactory.h
DefaultHepRepInstance.h
DefaultHepRepInstanceTree.h
DefaultHepRepPoint.h
DefaultHepRepTreeID.h
DefaultHepRepType.h
DefaultHepRepTypeTree.h
DeflateOutputStreamBuffer.h
GZIPOutputStream.h
GZIPOutputStreamBuffer.h
IndentPrintWriter.h
XMLHepRepFactory.h
XMLHepRepWriter.h
XMLWriter.h
ZipEntry.h
ZipOutputStream.h
ZipOutputStreamBuffer.h
HEPREP
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
DefaultHepRepAttDef.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DefaultHepRepAttDef.h
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPATTDEF_H
3
#define CHEPREP_DEFAULTHEPREPATTDEF_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
9
#include "
HEPREP/HepRepAttDef.h
"
10
14
namespace
cheprep {
15
16
class
DefaultHepRepAttDef
:
public
virtual
HEPREP::HepRepAttDef
{
17
18
private
:
19
std::string
name
,
desc
,
category
,
extra
;
20
21
public
:
22
DefaultHepRepAttDef
(std::string
name
, std::string
desc
, std::string
category
, std::string
extra
);
23
~DefaultHepRepAttDef
();
24
25
HEPREP::HepRepAttDef
*
copy
();
26
std::string
getName
();
27
std::string
getLowerCaseName
();
28
std::string
getDescription
();
29
std::string
getCategory
();
30
std::string
getExtra
();
31
};
32
33
}
// cheprep
34
35
36
#endif
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
cheprep
DefaultHepRepAttDef.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration