ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for G4VH3Manager, including all inherited members.
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 | G4VH3Manager | protectedpure virtual |
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 | G4VH3Manager | protectedpure virtual |
FillH3(G4int id, G4double xvalue, G4double yvalue, G4double zvalue, G4double weight=1.0)=0 | G4VH3Manager | protectedpure virtual |
G4VAnalysisManager class | G4VH3Manager | friend |
G4VAnalysisReader class | G4VH3Manager | friend |
G4VH3Manager() | G4VH3Manager | inline |
G4VH3Manager(const G4VH3Manager &rhs)=delete | G4VH3Manager | |
GetH3Id(const G4String &name, G4bool warn=true) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Nxbins(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Nybins(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Nzbins(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Title(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3XAxisTitle(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Xmax(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Xmin(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3XWidth(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3YAxisTitle(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Ymax(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Ymin(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3YWidth(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3ZAxisTitle(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Zmax(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3Zmin(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetH3ZWidth(G4int id) const =0 | G4VH3Manager | protectedpure virtual |
GetHnManager()=0 | G4VH3Manager | protectedpure virtual |
operator=(const G4VH3Manager &rhs)=delete | G4VH3Manager | |
ScaleH3(G4int id, G4double factor)=0 | G4VH3Manager | protectedpure virtual |
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 | G4VH3Manager | protectedpure virtual |
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 | G4VH3Manager | protectedpure virtual |
SetH3Title(G4int id, const G4String &title)=0 | G4VH3Manager | protectedpure virtual |
SetH3XAxisTitle(G4int id, const G4String &title)=0 | G4VH3Manager | protectedpure virtual |
SetH3YAxisTitle(G4int id, const G4String &title)=0 | G4VH3Manager | protectedpure virtual |
SetH3ZAxisTitle(G4int id, const G4String &title)=0 | G4VH3Manager | protectedpure virtual |
WriteOnAscii(std::ofstream &output)=0 | G4VH3Manager | protectedpure virtual |
~G4VH3Manager() | G4VH3Manager | inlinevirtual |