Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
DefaultHepRepAttDef.h
Go to the documentation of this file.
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
11
/**
12
* @author Mark Donszelmann
13
* @version $Id: DefaultHepRepAttDef.h,v 1.3 2005-06-02 21:28:45 duns Exp $
14
*/
15
namespace
cheprep
{
16
17
class
DefaultHepRepAttDef
:
public
virtual
HEPREP::HepRepAttDef
{
18
19
private
:
20
std::string name, desc, category, extra;
21
22
public
:
23
DefaultHepRepAttDef
(std::string name, std::string desc, std::string category, std::string extra);
24
~DefaultHepRepAttDef
();
25
26
HEPREP::HepRepAttDef
*
copy
();
27
std::string
getName
();
28
std::string
getLowerCaseName
();
29
std::string
getDescription
();
30
std::string
getCategory
();
31
std::string
getExtra
();
32
};
33
34
}
// cheprep
35
36
37
#endif
HepRepAttDef.h
HEPREP::HepRepAttDef
Definition:
HepRepAttDef.h:21
cheprep::DefaultHepRepAttDef
Definition:
DefaultHepRepAttDef.h:17
cheprep::DefaultHepRepAttDef::~DefaultHepRepAttDef
~DefaultHepRepAttDef()
Definition:
DefaultHepRepAttDef.cc:23
cheprep::DefaultHepRepAttDef::getCategory
std::string getCategory()
Definition:
DefaultHepRepAttDef.cc:44
cheprep::DefaultHepRepAttDef::getExtra
std::string getExtra()
Definition:
DefaultHepRepAttDef.cc:48
cheprep::DefaultHepRepAttDef::getName
std::string getName()
Definition:
DefaultHepRepAttDef.cc:30
cheprep::DefaultHepRepAttDef::getDescription
std::string getDescription()
Definition:
DefaultHepRepAttDef.cc:40
cheprep::DefaultHepRepAttDef::copy
HEPREP::HepRepAttDef * copy()
Definition:
DefaultHepRepAttDef.cc:26
cheprep::DefaultHepRepAttDef::getLowerCaseName
std::string getLowerCaseName()
Definition:
DefaultHepRepAttDef.cc:34
config.h
cheprep
Definition:
AbstractXMLWriter.h:13
geant4-v9.6.0
source
visualization
HepRep
include
cheprep
DefaultHepRepAttDef.h
Generated by
1.9.6