#include <G4AttDef.hh>
Definition at line 57 of file G4AttDef.hh.
◆ G4AttDef() [1/3]
Definition at line 60 of file G4AttDef.hh.
G4String m_category
The category (Draw, Physics, PickAction, Association, etc.)
G4String m_name
The name of the attribute.
G4String m_extra
Some extra property of the attribute (units, etc.)
G4String m_valueType
The type of the value of the attribute (int, double, vector, etc.)
G4String m_desc
A short description of the attribute.
◆ G4AttDef() [2/3]
Definition at line 70 of file G4AttDef.hh.
G4String m_category
The category (Draw, Physics, PickAction, Association, etc.)
G4String m_name
The name of the attribute.
G4String m_extra
Some extra property of the attribute (units, etc.)
G4String m_valueType
The type of the value of the attribute (int, double, vector, etc.)
G4String m_desc
A short description of the attribute.
◆ G4AttDef() [3/3]
◆ ~G4AttDef()
virtual G4AttDef::~G4AttDef |
( |
| ) |
|
|
inlinevirtual |
◆ GetCategory()
const G4String& G4AttDef::GetCategory |
( |
| ) |
const |
|
inline |
Definition at line 86 of file G4AttDef.hh.
G4String m_category
The category (Draw, Physics, PickAction, Association, etc.)
◆ GetDesc()
const G4String& G4AttDef::GetDesc |
( |
| ) |
const |
|
inline |
Definition at line 85 of file G4AttDef.hh.
G4String m_desc
A short description of the attribute.
◆ GetExtra()
const G4String& G4AttDef::GetExtra |
( |
| ) |
const |
|
inline |
Definition at line 87 of file G4AttDef.hh.
G4String m_extra
Some extra property of the attribute (units, etc.)
◆ GetName()
const G4String& G4AttDef::GetName |
( |
void |
| ) |
const |
|
inline |
Definition at line 84 of file G4AttDef.hh.
G4String m_name
The name of the attribute.
◆ GetTypeKey()
const G4TypeKey& G4AttDef::GetTypeKey |
( |
| ) |
const |
|
inline |
◆ GetValueType()
const G4String& G4AttDef::GetValueType |
( |
| ) |
const |
|
inline |
Definition at line 88 of file G4AttDef.hh.
G4String m_valueType
The type of the value of the attribute (int, double, vector, etc.)
◆ SetCategory()
void G4AttDef::SetCategory |
( |
const G4String & |
cat | ) |
|
|
inline |
Definition at line 93 of file G4AttDef.hh.
G4String m_category
The category (Draw, Physics, PickAction, Association, etc.)
◆ SetDesc()
void G4AttDef::SetDesc |
( |
const G4String & |
desc | ) |
|
|
inline |
Definition at line 92 of file G4AttDef.hh.
G4String m_desc
A short description of the attribute.
◆ SetExtra()
void G4AttDef::SetExtra |
( |
const G4String & |
extra | ) |
|
|
inline |
Definition at line 94 of file G4AttDef.hh.
G4String m_extra
Some extra property of the attribute (units, etc.)
◆ SetName()
void G4AttDef::SetName |
( |
const G4String & |
name | ) |
|
|
inline |
Definition at line 91 of file G4AttDef.hh.
G4String m_name
The name of the attribute.
◆ SetValueType()
void G4AttDef::SetValueType |
( |
const G4String & |
type | ) |
|
|
inline |
Definition at line 95 of file G4AttDef.hh.
G4String m_valueType
The type of the value of the attribute (int, double, vector, etc.)
◆ m_category
The category (Draw, Physics, PickAction, Association, etc.)
Definition at line 103 of file G4AttDef.hh.
◆ m_desc
A short description of the attribute.
Definition at line 101 of file G4AttDef.hh.
◆ m_extra
Some extra property of the attribute (units, etc.)
Definition at line 105 of file G4AttDef.hh.
◆ m_name
The name of the attribute.
Definition at line 95 of file G4AttDef.hh.
◆ m_typeKey
◆ m_valueType
The type of the value of the attribute (int, double, vector, etc.)
Definition at line 107 of file G4AttDef.hh.
The documentation for this class was generated from the following file: