Geant4
10.01.p02
|
Manager class for tools::hbook::base_histo functions. More...
#include <ExG4HbookBaseHnManager.hh>
Public Member Functions | |
ExG4HbookBaseHnManager (const G4String &hnType) | |
virtual | ~ExG4HbookBaseHnManager () |
Protected Types | |
typedef tools::hbook::base_histo | G4HbookBaseHisto |
Protected Member Functions | |
G4int | GetNbins (const tools::hbook::axis &axis) const |
G4double | GetMin (const tools::hbook::axis &axis) const |
G4double | GetMax (const tools::hbook::axis &axis) const |
G4double | GetWidth (const tools::hbook::axis &axis) const |
G4bool | SetAxisTitle (G4HbookBaseHisto &baseHisto, G4int dimension, const G4String &title) |
G4String | GetAxisTitle (const G4HbookBaseHisto &baseHisto, G4int dimension) const |
Static Protected Attributes | |
static const G4int | kX = 0 |
static const G4int | kY = 1 |
static const G4int | kZ = 2 |
Private Attributes | |
G4String | fHnType |
Friends | |
class | ExG4HbookH1Manager |
class | ExG4HbookH2Manager |
class | ExG4HbookP1Manager |
Manager class for tools::hbook::base_histo functions.
It implements functions common to all hbook histograms and profiles.
Definition at line 45 of file ExG4HbookBaseHnManager.hh.
|
protected |
Definition at line 56 of file ExG4HbookBaseHnManager.hh.
ExG4HbookBaseHnManager::ExG4HbookBaseHnManager | ( | const G4String & | hnType | ) |
Definition at line 46 of file ExG4HbookBaseHnManager.cc.
|
virtual |
Definition at line 52 of file ExG4HbookBaseHnManager.cc.
|
protected |
Definition at line 128 of file ExG4HbookBaseHnManager.cc.
References fHnType, G4Exception(), and JustWarning.
|
protected |
Definition at line 71 of file ExG4HbookBaseHnManager.cc.
|
protected |
Definition at line 63 of file ExG4HbookBaseHnManager.cc.
|
protected |
Definition at line 57 of file ExG4HbookBaseHnManager.cc.
|
protected |
Definition at line 79 of file ExG4HbookBaseHnManager.cc.
References fHnType, G4Exception(), and JustWarning.
|
protected |
Definition at line 104 of file ExG4HbookBaseHnManager.cc.
|
friend |
Definition at line 51 of file ExG4HbookBaseHnManager.hh.
|
friend |
Definition at line 52 of file ExG4HbookBaseHnManager.hh.
|
friend |
Definition at line 53 of file ExG4HbookBaseHnManager.hh.
|
private |
Definition at line 82 of file ExG4HbookBaseHnManager.hh.
Referenced by GetAxisTitle(), and GetWidth().
|
staticprotected |
Definition at line 76 of file ExG4HbookBaseHnManager.hh.
|
staticprotected |
Definition at line 77 of file ExG4HbookBaseHnManager.hh.
|
staticprotected |
Definition at line 78 of file ExG4HbookBaseHnManager.hh.