#include <G4HnInformation.hh>
Definition at line 106 of file G4HnInformation.hh.
◆ G4HnInformation() [1/2]
G4HnInformation::G4HnInformation |
( |
G4String |
name, |
|
|
G4int |
nofDimensions |
|
) |
| |
|
inline |
Definition at line 109 of file G4HnInformation.hh.
110 : fName(std::move(name))
111 { fHnDimensionInformations.reserve(nofDimensions); }
◆ G4HnInformation() [2/2]
G4HnInformation::G4HnInformation |
( |
| ) |
|
|
delete |
◆ AddDimension()
Definition at line 170 of file G4HnInformation.hh.
172{ fHnDimensionInformations.push_back(hnDimensionInformation); }
◆ GetActivation()
G4bool G4HnInformation::GetActivation |
( |
| ) |
const |
|
inline |
◆ GetAscii()
G4bool G4HnInformation::GetAscii |
( |
| ) |
const |
|
inline |
◆ GetFileName()
G4String G4HnInformation::GetFileName |
( |
| ) |
const |
|
inline |
◆ GetHnDimensionInformation() [1/2]
◆ GetHnDimensionInformation() [2/2]
◆ GetIsLogAxis()
G4bool G4HnInformation::GetIsLogAxis |
( |
G4int |
axis | ) |
const |
|
inline |
◆ GetName()
G4String G4HnInformation::GetName |
( |
| ) |
const |
|
inline |
◆ GetPlotting()
G4bool G4HnInformation::GetPlotting |
( |
| ) |
const |
|
inline |
◆ SetActivation()
void G4HnInformation::SetActivation |
( |
G4bool |
activation | ) |
|
|
inline |
◆ SetAscii()
void G4HnInformation::SetAscii |
( |
G4bool |
ascii | ) |
|
|
inline |
◆ SetDimension()
◆ SetFileName()
void G4HnInformation::SetFileName |
( |
const G4String & |
fileName | ) |
|
|
inline |
◆ SetIsLogAxis()
void G4HnInformation::SetIsLogAxis |
( |
G4int |
axis, |
|
|
G4bool |
isLog |
|
) |
| |
|
inline |
◆ SetPlotting()
void G4HnInformation::SetPlotting |
( |
G4bool |
plotting | ) |
|
|
inline |
The documentation for this class was generated from the following file: