|
Geant4
10.03
|
#include <G4HnInformation.hh>
Collaboration diagram for G4HnInformation:Public Member Functions | |
| G4HnInformation (const G4String &name, G4int nofDimensions) | |
| G4HnInformation ()=delete | |
| void | AddHnDimensionInformation (const G4HnDimensionInformation &hnDimensionInformation) |
| void | AddDimension (const G4String &unitName, const G4String &fcnName, G4BinScheme binScheme) |
| void | SetDimension (G4int dimension, const G4String &unitName, const G4String &fcnName, G4BinScheme binScheme) |
| void | SetActivation (G4bool activation) |
| void | SetAscii (G4bool ascii) |
| void | SetPlotting (G4bool plotting) |
| G4String | GetName () const |
| G4HnDimensionInformation * | GetHnDimensionInformation (G4int dimension) |
| G4bool | GetActivation () const |
| G4bool | GetAscii () const |
| G4bool | GetPlotting () const |
Private Attributes | |
| G4String | fName |
| std::vector < G4HnDimensionInformation > | fHnDimensionInformations |
| G4bool | fActivation |
| G4bool | fAscii |
| G4bool | fPlotting |
Definition at line 95 of file G4HnInformation.hh.
Definition at line 98 of file G4HnInformation.hh.
References fHnDimensionInformations.
|
delete |
|
inline |
Definition at line 141 of file G4HnInformation.hh.
References fHnDimensionInformations, G4Analysis::GetFunction(), and G4Analysis::GetUnitValue().
Referenced by G4H1ToolsManager::AddH1Information(), G4H2ToolsManager::AddH2Information(), G4H3ToolsManager::AddH3Information(), G4P1ToolsManager::AddP1Information(), and G4P2ToolsManager::AddP2Information().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 137 of file G4HnInformation.hh.
References fHnDimensionInformations.
|
inline |
Definition at line 178 of file G4HnInformation.hh.
References fActivation.
Referenced by G4PlotManager::PlotAndWrite().
Here is the caller graph for this function:
|
inline |
Definition at line 181 of file G4HnInformation.hh.
References fAscii.
|
inline |
Definition at line 175 of file G4HnInformation.hh.
References fHnDimensionInformations.
Referenced by SetDimension().
Here is the caller graph for this function:
|
inline |
Definition at line 172 of file G4HnInformation.hh.
References fName.
Referenced by G4PlotManager::PlotAndWrite().
Here is the caller graph for this function:
|
inline |
Definition at line 184 of file G4HnInformation.hh.
References fPlotting.
Referenced by G4PlotManager::PlotAndWrite().
Here is the caller graph for this function:
|
inline |
Definition at line 163 of file G4HnInformation.hh.
References fActivation.
|
inline |
Definition at line 166 of file G4HnInformation.hh.
References fAscii.
|
inline |
Definition at line 150 of file G4HnInformation.hh.
References G4Analysis::GetFunction(), GetHnDimensionInformation(), and G4Analysis::GetUnitValue().
Here is the call graph for this function:
|
inline |
Definition at line 169 of file G4HnInformation.hh.
References fPlotting.
|
private |
Definition at line 130 of file G4HnInformation.hh.
Referenced by GetActivation(), and SetActivation().
|
private |
Definition at line 131 of file G4HnInformation.hh.
Referenced by GetAscii(), and SetAscii().
|
private |
Definition at line 129 of file G4HnInformation.hh.
Referenced by AddDimension(), AddHnDimensionInformation(), G4HnInformation(), and GetHnDimensionInformation().
|
private |
Definition at line 128 of file G4HnInformation.hh.
Referenced by GetName().
|
private |
Definition at line 132 of file G4HnInformation.hh.
Referenced by GetPlotting(), and SetPlotting().