|
Geant4
10.02.p01
|
#include <G4HnManager.hh>
Inheritance diagram for G4HnManager:
Collaboration diagram for G4HnManager:Private Attributes | |
| G4String | fHnType |
| G4int | fNofActiveObjects |
| G4int | fNofAsciiObjects |
| G4int | fNofPlottingObjects |
| std::vector< G4HnInformation * > | fHnVector |
Additional Inherited Members | |
Protected Attributes inherited from G4BaseAnalysisManager | |
| const G4AnalysisManagerState & | fState |
| G4int | fFirstId |
| G4bool | fLockFirstId |
Definition at line 43 of file G4HnManager.hh.
| G4HnManager::G4HnManager | ( | const G4String & | hnType, |
| const G4AnalysisManagerState & | state | ||
| ) |
Definition at line 36 of file G4HnManager.cc.
|
virtual |
Definition at line 48 of file G4HnManager.cc.
References fHnVector.
| G4HnInformation * G4HnManager::AddHnInformation | ( | const G4String & | name, |
| G4int | nofDimensions | ||
| ) |
Definition at line 60 of file G4HnManager.cc.
References fHnVector, and fNofActiveObjects.
Definition at line 259 of file G4HnManager.cc.
References GetHnInformation().
Here is the call graph for this function:Definition at line 269 of file G4HnManager.cc.
References GetHnInformation().
Here is the call graph for this function:| G4HnDimensionInformation * G4HnManager::GetHnDimensionInformation | ( | G4int | id, |
| G4int | dimension, | ||
| G4String | functionName = "", |
||
| G4bool | warn = true |
||
| ) | const |
Definition at line 92 of file G4HnManager.cc.
References GetHnInformation().
Referenced by GetXUnit(), GetYUnit(), and GetZUnit().
Here is the call graph for this function:
Here is the caller graph for this function:| G4HnInformation * G4HnManager::GetHnInformation | ( | G4int | id, |
| G4String | functionName = "", |
||
| G4bool | warn = true |
||
| ) | const |
Definition at line 70 of file G4HnManager.cc.
References G4BaseAnalysisManager::fFirstId, fHnType, fHnVector, G4Exception(), and JustWarning.
Referenced by GetActivation(), GetAscii(), GetHnDimensionInformation(), GetName(), GetPlotting(), SetActivation(), SetAscii(), and SetPlotting().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 118 of file G4HnManager.hh.
References fHnType.
Referenced by G4HnMessenger::G4HnMessenger().
Here is the caller graph for this function:
|
inline |
Definition at line 121 of file G4HnManager.hh.
References fHnVector.
Definition at line 219 of file G4HnManager.cc.
References GetHnInformation().
Here is the call graph for this function:
|
inline |
Definition at line 115 of file G4HnManager.hh.
References fHnVector.
Definition at line 279 of file G4HnManager.cc.
References GetHnInformation().
Here is the call graph for this function:Definition at line 229 of file G4HnManager.cc.
References GetHnDimensionInformation(), and G4Analysis::kX.
Here is the call graph for this function:Definition at line 239 of file G4HnManager.cc.
References GetHnDimensionInformation(), and G4Analysis::kY.
Here is the call graph for this function:Definition at line 249 of file G4HnManager.cc.
References GetHnDimensionInformation(), and G4Analysis::kZ.
Here is the call graph for this function:| G4bool G4HnManager::IsActive | ( | ) | const |
Definition at line 103 of file G4HnManager.cc.
References fNofActiveObjects.
| G4bool G4HnManager::IsAscii | ( | ) | const |
Definition at line 109 of file G4HnManager.cc.
References fNofAsciiObjects.
| G4bool G4HnManager::IsPlotting | ( | ) | const |
Definition at line 115 of file G4HnManager.cc.
References fNofPlottingObjects.
| void G4HnManager::SetActivation | ( | G4bool | activation | ) |
Definition at line 141 of file G4HnManager.cc.
References fHnVector, and fNofActiveObjects.
Referenced by G4HnMessenger::SetNewValue().
Here is the caller graph for this function:Definition at line 121 of file G4HnManager.cc.
References fNofActiveObjects, and GetHnInformation().
Here is the call graph for this function:Definition at line 164 of file G4HnManager.cc.
References fNofAsciiObjects, and GetHnInformation().
Referenced by G4HnMessenger::SetNewValue().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4HnManager::SetPlotting | ( | G4bool | plotting | ) |
Definition at line 200 of file G4HnManager.cc.
References fHnVector, and fNofPlottingObjects.
Referenced by G4HnMessenger::SetNewValue().
Here is the caller graph for this function:Definition at line 182 of file G4HnManager.cc.
References fNofPlottingObjects, and GetHnInformation().
Here is the call graph for this function:
|
private |
Definition at line 106 of file G4HnManager.hh.
Referenced by GetHnInformation(), and GetHnType().
|
private |
Definition at line 112 of file G4HnManager.hh.
Referenced by AddHnInformation(), GetHnInformation(), GetHnVector(), GetNofHns(), SetActivation(), SetPlotting(), and ~G4HnManager().
|
private |
Definition at line 107 of file G4HnManager.hh.
Referenced by AddHnInformation(), IsActive(), and SetActivation().
|
private |
Definition at line 108 of file G4HnManager.hh.
Referenced by IsAscii(), and SetAscii().
|
private |
Definition at line 109 of file G4HnManager.hh.
Referenced by IsPlotting(), and SetPlotting().