The Gaudi Framework
v30r3 (a5ef0a68)
|
This is the complete list of members for IHistoTool, including all inherited members.
addRef()=0 | IInterface | pure virtual |
book(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const | IHistoTool | inline |
book(const HistoID &ID, const std::string &title="", const double low=0, const double high=100, const unsigned long bins=100) const | IHistoTool | inline |
book1D(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const =0 | IHistoTool | pure virtual |
book1D(const HistoID &ID, const std::string &title="", const double low=0, const double high=100, const unsigned long bins=100) const =0 | IHistoTool | pure virtual |
book2D(const std::string &title, const double lowX=0, const double highX=100, const unsigned long binsX=50, const double lowY=0, const double highY=100, const unsigned long binsY=50) const =0 | IHistoTool | pure virtual |
book2D(const HistoID &ID, const std::string &title, const double lowX=0, const double highX=100, const unsigned long binsX=100, const double lowY=0, const double highY=100, const unsigned long binsY=100) const =0 | IHistoTool | pure virtual |
book3D(const std::string &title, const double lowX=0, const double highX=100, const unsigned long binsX=10, const double lowY=0, const double highY=100, const unsigned long binsY=10, const double lowZ=0, const double highZ=100, const unsigned long binsZ=10) const =0 | IHistoTool | pure virtual |
book3D(const HistoID &ID, const std::string &title, const double lowX=0, const double highX=100, const unsigned long binsX=10, const double lowY=0, const double highY=100, const unsigned long binsY=10, const double lowZ=0, const double highZ=100, const unsigned long binsZ=10) const =0 | IHistoTool | pure virtual |
configure()=0 | IAlgTool | pure virtual |
DeclareInterfaceID(IHistoTool, 2, 0) | IHistoTool | |
IAlgTool::DeclareInterfaceID(IAlgTool, 4, 0) | IAlgTool | |
INamedInterface::DeclareInterfaceID(INamedInterface, 1, 0) | INamedInterface | |
ext_iids typedef | IInterface | |
fill(AIDA::IHistogram1D *histo, const double value, const double weight, const std::string &title="") const =0 | IHistoTool | pure virtual |
fill(AIDA::IHistogram2D *histo, const double valueX, const double valueY, const double weight, const std::string &title="") const =0 | IHistoTool | pure virtual |
fill(AIDA::IHistogram3D *histo, const double valueX, const double valueY, const double valueZ, const double weight, const std::string &title="") const =0 | IHistoTool | pure virtual |
finalize()=0 | IAlgTool | pure virtual |
FSMState() const =0 | IAlgTool | pure virtual |
getInterfaceNames() const =0 | IInterface | pure virtual |
histo(const std::string &title) const | IHistoTool | inline |
histo(const HistoID &ID) const | IHistoTool | inline |
histo1D(const std::string &title) const =0 | IHistoTool | pure virtual |
histo1D(const HistoID &ID) const =0 | IHistoTool | pure virtual |
histo2D(const std::string &title) const =0 | IHistoTool | pure virtual |
histo2D(const HistoID &ID) const =0 | IHistoTool | pure virtual |
histo3D(const std::string &title) const =0 | IHistoTool | pure virtual |
histo3D(const HistoID &ID) const =0 | IHistoTool | pure virtual |
histoExists(const std::string &title) const =0 | IHistoTool | pure virtual |
histoExists(const HistoID &ID) const =0 | IHistoTool | pure virtual |
HistoID typedef | IHistoTool | |
i_cast(const InterfaceID &) const =0 | IInterface | pure virtual |
iid typedef | IInterface | |
initialize()=0 | IAlgTool | pure virtual |
interfaceID() | IInterface | inlinestatic |
name() const =0 | INamedInterface | pure virtual |
parent() const =0 | IAlgTool | pure virtual |
plot(const double value, const std::string &title, const double low, const double high, const unsigned long bins=100, const double weight=1.0) const | IHistoTool | inline |
plot(const double value, const HistoID &ID, const std::string &title, const double low, const double high, const unsigned long bins=100, const double weight=1.0) const | IHistoTool | inline |
plot(const FUNCTION &func, OBJECT first, OBJECT last, const std::string &title, const double low, const double high, const unsigned long bins=100) const | IHistoTool | inline |
plot(const FUNCTION &func, OBJECT first, OBJECT last, const HistoID &ID, const std::string &title, const double low, const double high, const unsigned long bins=100) const | IHistoTool | inline |
plot(const FUNCTION &func, OBJECT first, OBJECT last, const std::string &title, const double low, const double high, const unsigned long bins, const WEIGHT &weight) const | IHistoTool | inline |
plot(const FUNCTION &func, OBJECT first, OBJECT last, const HistoID &ID, const std::string &title, const double low, const double high, const unsigned long bins, const WEIGHT &weight) const | IHistoTool | inline |
plot1D(const double value, const std::string &title, const double low, const double high, const unsigned long bins=100, const double weight=1.0) const =0 | IHistoTool | pure virtual |
plot1D(const double value, const HistoID &ID, const std::string &title, const double low, const double high, const unsigned long bins=100, const double weight=1.0) const =0 | IHistoTool | pure virtual |
plot2D(const double valueX, const double valueY, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) const =0 | IHistoTool | pure virtual |
plot2D(const double valueX, const double valueY, const HistoID &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) const =0 | IHistoTool | pure virtual |
plot3D(const double valueX, const double valueY, const double valueZ, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const double lowZ, const double highZ, const unsigned long binsX=10, const unsigned long binsY=10, const unsigned long binsZ=10, const double weight=1.0) const =0 | IHistoTool | pure virtual |
plot3D(const double valueX, const double valueY, const double valueZ, const HistoID &ID, const std::string &title, const double lowX, const double highX, const double lowY, const double highY, const double lowZ, const double highZ, const unsigned long binsX=10, const unsigned long binsY=10, const unsigned long binsZ=10, const double weight=1.0) const =0 | IHistoTool | pure virtual |
queryInterface(const InterfaceID &ti, void **pp)=0 | IInterface | pure virtual |
refCount() const =0 | IInterface | pure virtual |
reinitialize()=0 | IAlgTool | pure virtual |
release()=0 | IInterface | pure virtual |
restart()=0 | IAlgTool | pure virtual |
start()=0 | IAlgTool | pure virtual |
Status enum name | IInterface | |
stop()=0 | IAlgTool | pure virtual |
sysFinalize()=0 | IAlgTool | pure virtual |
sysInitialize()=0 | IAlgTool | pure virtual |
sysReinitialize()=0 | IAlgTool | pure virtual |
sysRestart()=0 | IAlgTool | pure virtual |
sysStart()=0 | IAlgTool | pure virtual |
sysStop()=0 | IAlgTool | pure virtual |
terminate()=0 | IAlgTool | pure virtual |
type() const =0 | IAlgTool | pure virtual |
~IInterface()=default | IInterface | virtual |