Geant4
10.02
|
#include <G4HnManager.hh>
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().
Definition at line 269 of file G4HnManager.cc.
References GetHnInformation().
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().
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().
|
inline |
Definition at line 118 of file G4HnManager.hh.
References fHnType.
Referenced by G4HnMessenger::G4HnMessenger().
|
inline |
Definition at line 121 of file G4HnManager.hh.
References fHnVector.
Definition at line 219 of file G4HnManager.cc.
References GetHnInformation().
|
inline |
Definition at line 115 of file G4HnManager.hh.
References fHnVector.
Definition at line 279 of file G4HnManager.cc.
References GetHnInformation().
Definition at line 229 of file G4HnManager.cc.
References GetHnDimensionInformation(), and G4Analysis::kX.
Definition at line 239 of file G4HnManager.cc.
References GetHnDimensionInformation(), and G4Analysis::kY.
Definition at line 249 of file G4HnManager.cc.
References GetHnDimensionInformation(), and G4Analysis::kZ.
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().
Definition at line 121 of file G4HnManager.cc.
References fNofActiveObjects, and GetHnInformation().
Definition at line 164 of file G4HnManager.cc.
References fNofAsciiObjects, and GetHnInformation().
Referenced by G4HnMessenger::SetNewValue().
void G4HnManager::SetPlotting | ( | G4bool | plotting | ) |
Definition at line 200 of file G4HnManager.cc.
References fHnVector, and fNofPlottingObjects.
Referenced by G4HnMessenger::SetNewValue().
Definition at line 182 of file G4HnManager.cc.
References fNofPlottingObjects, and GetHnInformation().
|
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().