ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for G4VP1Manager, including all inherited members.
CreateP1(const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear")=0 | G4VP1Manager | protectedpure virtual |
CreateP1(const G4String &name, const G4String &title, const std::vector< G4double > &edges, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0 | G4VP1Manager | protectedpure virtual |
FillP1(G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)=0 | G4VP1Manager | protectedpure virtual |
G4VAnalysisManager class | G4VP1Manager | friend |
G4VAnalysisReader class | G4VP1Manager | friend |
G4VP1Manager() | G4VP1Manager | inline |
G4VP1Manager(const G4VP1Manager &rhs)=delete | G4VP1Manager | |
GetHnManager()=0 | G4VP1Manager | protectedpure virtual |
GetP1Id(const G4String &name, G4bool warn=true) const =0 | G4VP1Manager | protectedpure virtual |
GetP1Nbins(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1Title(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1XAxisTitle(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1Xmax(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1Xmin(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1XWidth(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1YAxisTitle(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1Ymax(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
GetP1Ymin(G4int id) const =0 | G4VP1Manager | protectedpure virtual |
operator=(const G4VP1Manager &rhs)=delete | G4VP1Manager | |
ScaleP1(G4int id, G4double factor)=0 | G4VP1Manager | protectedpure virtual |
SetP1(G4int id, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear")=0 | G4VP1Manager | protectedpure virtual |
SetP1(G4int id, const std::vector< G4double > &edges, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none")=0 | G4VP1Manager | protectedpure virtual |
SetP1Title(G4int id, const G4String &title)=0 | G4VP1Manager | protectedpure virtual |
SetP1XAxisTitle(G4int id, const G4String &title)=0 | G4VP1Manager | protectedpure virtual |
SetP1YAxisTitle(G4int id, const G4String &title)=0 | G4VP1Manager | protectedpure virtual |
~G4VP1Manager() | G4VP1Manager | inlinevirtual |