#include <G4VH3Manager.hh>
Public 멤버 함수 | |
G4VH3Manager () | |
virtual | ~G4VH3Manager () |
G4VH3Manager (const G4VH3Manager &rhs)=delete | |
G4VH3Manager & | operator= (const G4VH3Manager &rhs)=delete |
Protected 멤버 함수 | |
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 |
G4VH3Manager.hh 파일의 42 번째 라인에서 정의되었습니다.
|
inline |
G4VH3Manager.hh 파일의 49 번째 라인에서 정의되었습니다.
|
inlinevirtual |
G4VH3Manager.hh 파일의 50 번째 라인에서 정의되었습니다.
|
delete |
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
다음에 의해서 참조됨 : G4VAnalysisManager::SetH3Manager().
|
delete |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
protectedpure virtual |
G4H3ToolsManager에서 구현되었습니다.
|
friend |
G4VH3Manager.hh 파일의 45 번째 라인에서 정의되었습니다.
|
friend |
G4VH3Manager.hh 파일의 46 번째 라인에서 정의되었습니다.