#include <G4HnManager.hh>
|
| G4HnManager (const G4String &hnType, const G4AnalysisManagerState &state) |
|
virtual | ~G4HnManager () |
|
void | AddH1Information (const G4String &name, const G4String &unitName, const G4String &fcnName, G4double unit, G4Fcn fx, G4BinScheme binScheme) |
|
void | AddH2Information (const G4String &name, const G4String &xunitName, const G4String &yunitName, const G4String &xfcnName, const G4String &yfcnName, G4double xunit, G4double yunit, G4Fcn fx, G4Fcn fy, G4BinScheme xBinScheme, G4BinScheme yBinScheme) |
|
G4HnInformation * | GetHnInformation (G4int id, G4String functionName="", G4bool warn=true) const |
|
const std::vector
< G4HnInformation * > & | GetHnVector () const |
|
G4int | GetNofHns () const |
|
G4String | GetHnType () const |
|
G4bool | IsActive () const |
|
G4bool | IsAscii () const |
|
void | SetActivation (G4bool activation) |
|
void | SetActivation (G4int id, G4bool activation) |
|
void | SetAscii (G4int id, G4bool ascii) |
|
G4String | GetName (G4int id) const |
|
G4double | GetXUnit (G4int id) const |
|
G4double | GetYUnit (G4int id) const |
|
G4bool | GetActivation (G4int id) const |
|
G4bool | GetAscii (G4int id) const |
|
| G4BaseAnalysisManager (const G4AnalysisManagerState &state) |
|
virtual | ~G4BaseAnalysisManager () |
|
G4bool | SetFirstId (G4int firstId) |
|
Definition at line 43 of file G4HnManager.hh.
G4HnManager::~G4HnManager |
( |
| ) |
|
|
virtual |
void G4HnManager::AddH2Information |
( |
const G4String & |
name, |
|
|
const G4String & |
xunitName, |
|
|
const G4String & |
yunitName, |
|
|
const G4String & |
xfcnName, |
|
|
const G4String & |
yfcnName, |
|
|
G4double |
xunit, |
|
|
G4double |
yunit, |
|
|
G4Fcn |
fx, |
|
|
G4Fcn |
fy, |
|
|
G4BinScheme |
xBinScheme, |
|
|
G4BinScheme |
yBinScheme |
|
) |
| |
G4String G4HnManager::GetHnType |
( |
| ) |
const |
|
inline |
const std::vector< G4HnInformation * > & G4HnManager::GetHnVector |
( |
| ) |
const |
|
inline |
G4int G4HnManager::GetNofHns |
( |
| ) |
const |
|
inline |
G4bool G4HnManager::IsActive |
( |
| ) |
const |
G4bool G4HnManager::IsAscii |
( |
| ) |
const |
void G4HnManager::SetActivation |
( |
G4bool |
activation | ) |
|
The documentation for this class was generated from the following files: