Geant4
10.01.p03
|
#include <G4VH3Manager.hh>
Protected Member Functions | |
G4VH3Manager (const G4AnalysisManagerState &state) | |
virtual | ~G4VH3Manager () |
virtual G4int | CreateH3 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4int nzbins, G4double zmin, G4double zmax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear", const G4String &zbinScheme="linear")=0 |
virtual G4int | CreateH3 (const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const std::vector< G4double > &zedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none")=0 |
virtual G4bool | SetH3 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nzbins, G4double zmin, G4double zmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear", const G4String &zbinScheme="linear")=0 |
virtual G4bool | SetH3 (G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const std::vector< G4double > &zedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none")=0 |
virtual G4bool | ScaleH3 (G4int id, G4double factor)=0 |
virtual G4bool | FillH3 (G4int id, G4double xvalue, G4double yvalue, G4double zvalue, G4double weight=1.0)=0 |
virtual G4int | GetH3Id (const G4String &name, G4bool warn=true) const =0 |
virtual G4int | GetH3Nxbins (G4int id) const =0 |
virtual G4double | GetH3Xmin (G4int id) const =0 |
virtual G4double | GetH3Xmax (G4int id) const =0 |
virtual G4double | GetH3XWidth (G4int id) const =0 |
virtual G4int | GetH3Nybins (G4int id) const =0 |
virtual G4double | GetH3Ymin (G4int id) const =0 |
virtual G4double | GetH3Ymax (G4int id) const =0 |
virtual G4double | GetH3YWidth (G4int id) const =0 |
virtual G4int | GetH3Nzbins (G4int id) const =0 |
virtual G4double | GetH3Zmin (G4int id) const =0 |
virtual G4double | GetH3Zmax (G4int id) const =0 |
virtual G4double | GetH3ZWidth (G4int id) const =0 |
virtual G4bool | SetH3Title (G4int id, const G4String &title)=0 |
virtual G4bool | SetH3XAxisTitle (G4int id, const G4String &title)=0 |
virtual G4bool | SetH3YAxisTitle (G4int id, const G4String &title)=0 |
virtual G4bool | SetH3ZAxisTitle (G4int id, const G4String &title)=0 |
virtual G4String | GetH3Title (G4int id) const =0 |
virtual G4String | GetH3XAxisTitle (G4int id) const =0 |
virtual G4String | GetH3YAxisTitle (G4int id) const =0 |
virtual G4String | GetH3ZAxisTitle (G4int id) const =0 |
virtual G4bool | WriteOnAscii (std::ofstream &output)=0 |
Protected Attributes | |
G4HnManager * | fHnManager |
Protected Attributes inherited from G4BaseAnalysisManager | |
const G4AnalysisManagerState & | fState |
G4int | fFirstId |
G4bool | fLockFirstId |
Private Member Functions | |
G4VH3Manager (const G4VH3Manager &rhs) | |
G4VH3Manager & | operator= (const G4VH3Manager &rhs) |
Friends | |
class | G4VAnalysisManager |
class | G4VAnalysisReader |
Additional Inherited Members | |
Public Member Functions inherited from G4BaseAnalysisManager | |
G4BaseAnalysisManager (const G4AnalysisManagerState &state) | |
virtual | ~G4BaseAnalysisManager () |
G4bool | SetFirstId (G4int firstId) |
G4int | GetFirstId () const |
Definition at line 41 of file G4VH3Manager.hh.
|
protected |
Definition at line 34 of file G4VH3Manager.cc.
References fHnManager.
|
protectedvirtual |
Definition at line 42 of file G4VH3Manager.cc.
References fHnManager.
|
private |
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Referenced by G4VAnalysisManager::CreateH3().
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
private |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Referenced by G4VAnalysisManager::ScaleH3().
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Referenced by G4VAnalysisManager::SetH3().
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Referenced by G4VAnalysisManager::WriteAscii().
|
friend |
Definition at line 44 of file G4VH3Manager.hh.
|
friend |
Definition at line 45 of file G4VH3Manager.hh.
|
protected |
Definition at line 142 of file G4VH3Manager.hh.
Referenced by G4H3ToolsManager::AddH3Information(), G4H3ToolsManager::FillH3(), G4VH3Manager(), G4H3ToolsManager::GetH3InFunction(), G4H3ToolsManager::GetHnVector(), G4VAnalysisReader::GetNofH3s(), G4VAnalysisReader::SetFirstH3Id(), G4H3ToolsManager::SetH3(), G4VAnalysisManager::SetH3Manager(), G4H3ToolsManager::WriteOnAscii(), and ~G4VH3Manager().