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
DefaultHepRepDefinition.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DefaultHepRepDefinition.h
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPDEFINITION_H
3
#define CHEPREP_DEFAULTHEPREPDEFINITION_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
#include <vector>
9
#include <set>
10
11
#include "
HEPREP/HepRepDefinition.h
"
12
#include "
HEPREP/HepRepWriter.h
"
13
14
#include "
DefaultHepRepAttribute.h
"
15
19
namespace
cheprep {
20
21
class
DefaultHepRepDefinition
:
public
DefaultHepRepAttribute
,
public
virtual
HEPREP::HepRepDefinition
{
22
23
private
:
24
std::map<std::string, HEPREP::HepRepAttDef*>
attDefs
;
25
26
public
:
27
DefaultHepRepDefinition
();
28
~DefaultHepRepDefinition
();
29
30
void
addAttDef
(
HEPREP::HepRepAttDef
* hepRepAttDef);
31
void
addAttDef
(std::string
name
, std::string
desc
, std::string type, std::string extra);
32
std::set<HEPREP::HepRepAttDef *>
getAttDefsFromNode
();
33
HEPREP::HepRepAttDef
*
getAttDefFromNode
(std::string lowerCaseName);
34
35
HEPREP::HepRepAttDef
*
getAttDef
(std::string
name
) = 0;
36
HEPREP::HepRepAttValue
*
getAttValue
(std::string
name
) = 0;
37
};
38
39
}
// cheprep
40
41
42
#endif
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
cheprep
DefaultHepRepDefinition.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration