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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
DefaultHepRepType.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DefaultHepRepType.h
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPTYPE_H
3
#define CHEPREP_DEFAULTHEPREPTYPE_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
#include <vector>
9
#include <set>
10
11
#include "
HEPREP/HepRep.h
"
12
#include "
HEPREP/HepRepType.h
"
13
#include "
HEPREP/HepRepAttDef.h
"
14
#include "
HEPREP/HepRepAttValue.h
"
15
#include "
HEPREP/HepRepWriter.h
"
16
17
#include "
DefaultHepRepDefinition.h
"
18
22
namespace
cheprep {
23
24
class
DefaultHepRepType
:
public
DefaultHepRepDefinition
,
public
virtual
HEPREP::HepRepType
{
25
26
private
:
27
HEPREP::HepRepType
*
parent
;
28
std::vector<HEPREP::HepRepType*>
types
;
29
std::string
name
;
30
std::string
description
;
31
std::string
infoURL
;
32
33
public
:
34
DefaultHepRepType
(
HEPREP::HepRepType
*
parent
, std::string
name
);
35
DefaultHepRepType
(
HEPREP::HepRepTypeTree
*
parent
, std::string
name
);
36
~DefaultHepRepType
();
37
38
HEPREP::HepRepType
*
getSuperType
();
39
HEPREP::HepRepAttDef
*
getAttDef
(std::string
name
);
40
HEPREP::HepRepAttValue
*
getAttValue
(std::string
name
);
41
HEPREP::HepRepType
*
copy
(
HEPREP::HepRepType
*
parent
);
42
std::string
getName
();
43
std::string
getFullName
();
44
std::string
getDescription
();
45
void
setDescription
(std::string
description
);
46
std::string
getInfoURL
();
47
void
setInfoURL
(std::string
infoURL
);
48
void
addType
(
HEPREP::HepRepType
* type);
49
std::vector<HEPREP::HepRepType*>
getTypeList
();
50
};
51
52
}
// cheprep
53
54
55
#endif
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
cheprep
DefaultHepRepType.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration