ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for G4VH2Manager, including all inherited members.
CreateH2(const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear")=0 | G4VH2Manager | protectedpure virtual |
CreateH2(const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0 | G4VH2Manager | protectedpure virtual |
FillH2(G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)=0 | G4VH2Manager | protectedpure virtual |
G4VAnalysisManager class | G4VH2Manager | friend |
G4VAnalysisReader class | G4VH2Manager | friend |
G4VH2Manager() | G4VH2Manager | inline |
G4VH2Manager(const G4VH2Manager &rhs)=delete | G4VH2Manager | |
GetH2Id(const G4String &name, G4bool warn=true) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Nxbins(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Nybins(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Title(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2XAxisTitle(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Xmax(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Xmin(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2XWidth(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2YAxisTitle(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Ymax(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2Ymin(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2YWidth(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetH2ZAxisTitle(G4int id) const =0 | G4VH2Manager | protectedpure virtual |
GetHnManager()=0 | G4VH2Manager | protectedpure virtual |
operator=(const G4VH2Manager &rhs)=delete | G4VH2Manager | |
ScaleH2(G4int id, G4double factor)=0 | G4VH2Manager | protectedpure virtual |
SetH2(G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear")=0 | G4VH2Manager | protectedpure virtual |
SetH2(G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0 | G4VH2Manager | protectedpure virtual |
SetH2Title(G4int id, const G4String &title)=0 | G4VH2Manager | protectedpure virtual |
SetH2XAxisTitle(G4int id, const G4String &title)=0 | G4VH2Manager | protectedpure virtual |
SetH2YAxisTitle(G4int id, const G4String &title)=0 | G4VH2Manager | protectedpure virtual |
SetH2ZAxisTitle(G4int id, const G4String &title)=0 | G4VH2Manager | protectedpure virtual |
WriteOnAscii(std::ofstream &output)=0 | G4VH2Manager | protectedpure virtual |
~G4VH2Manager() | G4VH2Manager | inlinevirtual |