#include <G4HnInformation.hh>
Definition at line 95 of file G4HnInformation.hh.
G4HnInformation::G4HnInformation |
( |
const G4String & |
name, |
|
|
G4int |
nofDimensions |
|
) |
| |
|
inline |
Definition at line 98 of file G4HnInformation.hh.
100 fHnDimensionInformations(),
103 fPlotting(
false) { fHnDimensionInformations.reserve(nofDimensions); }
G4HnInformation::G4HnInformation |
( |
| ) |
|
|
delete |
Definition at line 141 of file G4HnInformation.hh.
146 fHnDimensionInformations.push_back(
G4double GetUnitValue(const G4String &unit)
G4Fcn GetFunction(const G4String &fcnName)
Definition at line 137 of file G4HnInformation.hh.
139 { fHnDimensionInformations.push_back(hnDimensionInformation); }
G4bool G4HnInformation::GetActivation |
( |
| ) |
const |
|
inline |
G4bool G4HnInformation::GetAscii |
( |
| ) |
const |
|
inline |
Definition at line 175 of file G4HnInformation.hh.
176 {
return &(fHnDimensionInformations[dimension]); }
G4String G4HnInformation::GetName |
( |
| ) |
const |
|
inline |
G4bool G4HnInformation::GetPlotting |
( |
| ) |
const |
|
inline |
void G4HnInformation::SetActivation |
( |
G4bool |
activation | ) |
|
|
inline |
Definition at line 150 of file G4HnInformation.hh.
156 info->fUnitName = unitName;
157 info->fFcnName = fcnName;
160 info->fBinScheme = binScheme;
const XML_Char XML_Encoding * info
G4double GetUnitValue(const G4String &unit)
G4Fcn GetFunction(const G4String &fcnName)
void G4HnInformation::SetPlotting |
( |
G4bool |
plotting | ) |
|
|
inline |
The documentation for this class was generated from the following file: