Geant4
10.02.p02
|
#include <G4VH3Manager.hh>
Public Member Functions | |
G4VH3Manager () | |
virtual | ~G4VH3Manager () |
G4VH3Manager (const G4VH3Manager &rhs)=delete | |
G4VH3Manager & | operator= (const G4VH3Manager &rhs)=delete |
Protected Member Functions | |
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 |
virtual std::shared_ptr < G4HnManager > | GetHnManager ()=0 |
Friends | |
class | G4VAnalysisManager |
class | G4VAnalysisReader |
Definition at line 42 of file G4VH3Manager.hh.
|
inline |
Definition at line 49 of file G4VH3Manager.hh.
|
inlinevirtual |
Definition at line 50 of file G4VH3Manager.hh.
|
delete |
|
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.
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.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
Referenced by G4VAnalysisManager::SetH3Manager().
|
delete |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
protectedpure virtual |
Implemented in G4H3ToolsManager, and ExG4HbookH3DummyManager.
|
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.
|
friend |
Definition at line 45 of file G4VH3Manager.hh.
|
friend |
Definition at line 46 of file G4VH3Manager.hh.