![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
This is the complete list of members for HistoTool, including all inherited members.
acceptDHVisitor(IDataHandleVisitor *) const override | AlgTool | |
addDependency(const DataObjID &id, const Gaudi::DataHandle::Mode &mode) override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
addRef()=0 | IInterface | pure virtual |
addToolsArray(ToolHandleArray< T > &hndlArr) | AlgTool | inline |
addToServiceList(SmartIF< IService > svc) const | GaudiCommon< AlgTool > | private |
AlgTool(std::string type, std::string name, const IInterface *parent) | AlgTool | |
AlgTools typedef | GaudiCommon< AlgTool > | protected |
Assert(const bool ok, std::string_view message="", const StatusCode sc=StatusCode::FAILURE) const | GaudiCommon< AlgTool > | |
assertUniqueName(std::string_view name) const | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inlineprivate |
auditorSvc() const | AlgTool | |
base_class typedef | GaudiCommon< AlgTool > | protected |
bindPropertiesTo(Gaudi::Interfaces::IOptionsSvc &optsSvc) | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
GaudiHistoTool::book(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::book(const Gaudi::Histo1DDef &hdef) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::book(const HistoID &ID, const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::book(const HistoID &ID, const Gaudi::Histo1DDef &hdef) const | GaudiHistos< GaudiTool > | inline |
IHistoTool::book(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const | IHistoTool | inline |
IHistoTool::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 override | HistoTool | inlinevirtual |
book1D(const HistoID &ID, const std::string &title="", const double low=0, const double high=100, const unsigned long bins=100) const override | HistoTool | inlinevirtual |
GaudiHistoTool::book1D(const std::string &title, const HistoBinEdges &edges) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::book1D(const HistoID &ID, const std::string &title, const HistoBinEdges &edges) const | GaudiHistos< GaudiTool > | |
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 override | HistoTool | inlinevirtual |
book2D(const HistoID &ID, 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 override | HistoTool | inlinevirtual |
GaudiHistoTool::book2D(const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::book2D(const HistoID &ID, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY) const | GaudiHistos< GaudiTool > | |
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 override | HistoTool | inlinevirtual |
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 override | HistoTool | inlinevirtual |
GaudiHistoTool::book3D(const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const HistoBinEdges &edgesZ) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::book3D(const HistoID &ID, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const HistoBinEdges &edgesZ) const | GaudiHistos< GaudiTool > | |
bookProfile1D(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max()) const | GaudiHistos< GaudiTool > | |
bookProfile1D(const HistoID &ID, const std::string &title, const double low=0, const double high=100, const unsigned long bins=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max()) const | GaudiHistos< GaudiTool > | |
bookProfile1D(const std::string &title, const HistoBinEdges &edges) const | GaudiHistos< GaudiTool > | |
bookProfile1D(const HistoID &ID, const std::string &title, const HistoBinEdges &edges) const | GaudiHistos< GaudiTool > | |
bookProfile2D(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 | GaudiHistos< GaudiTool > | |
bookProfile2D(const HistoID &ID, 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 | GaudiHistos< GaudiTool > | |
bookProfile2D(const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY) const | GaudiHistos< GaudiTool > | |
bookProfile2D(const HistoID &ID, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY) const | GaudiHistos< GaudiTool > | |
checkForNaN() const | GaudiHistos< GaudiTool > | inline |
chronoSvc() const | GaudiTool | |
GaudiHistoTool::configure() override | AlgTool | inline |
IHistoTool::configure()=0 | IAlgTool | pure virtual |
context() const | GaudiCommon< AlgTool > | inline |
contextSvc() const | GaudiTool | |
convertTitleToID(std::string title) const | GaudiHistos< GaudiTool > | protected |
Counter typedef | GaudiCommon< AlgTool > | protected |
counter(std::string_view tag) const | GaudiCommon< AlgTool > | inline |
counter(std::string_view tag) | GaudiCommon< AlgTool > | inline |
countersOwn() const | GaudiCommon< AlgTool > | inlineprivate |
create_msgStream() const override final | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inlineprivate |
declare(Gaudi::DataHandle &handle) override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
declareInfo(const std::string &name, const T &var, const std::string &desc) const | AlgTool | inline |
declareInfo(const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const | AlgTool | inline |
declareInterface(I *i) | AlgTool | inlineprotected |
DeclareInterfaceID(IHistoTool, 2, 0) | IHistoTool | |
IAlgTool::DeclareInterfaceID(IAlgTool, 4, 0) | IAlgTool | |
INamedInterface::DeclareInterfaceID(INamedInterface, 1, 0) | INamedInterface | |
declareProperty(const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none") | AlgTool | inline |
declareProperty(const std::string &name, ToolHandleArray< T > &hndlArr, const std::string &doc="none") | AlgTool | inline |
DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > >::declareProperty(Gaudi::Details::PropertyBase &prop) | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > >::declareProperty(const std::string &name, TYPE &value, const std::string &doc="none") | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > >::declareProperty(const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none") | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
declareRemoteProperty(const std::string &name, IProperty *rsvc, const std::string &rname="") | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
declareTool(ToolHandle< T > &handle, bool createIf=true) | AlgTool | inline |
declareTool(ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true) | AlgTool | inline |
deregisterTool(IAlgTool *tool) const | AlgTool | inline |
detSvc() const | GaudiTool | |
enableSummary(bool) | GaudiTool | static |
Error(const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const | GaudiTool | inline |
GaudiCommon< AlgTool >::Error(std::string_view msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const | GaudiCommon< AlgTool > | |
evtColSvc() const | GaudiTool | |
evtSvc() const | AlgTool | |
Exception(std::string_view msg, const GaudiException &exc, const StatusCode sc=StatusCode::FAILURE) const | GaudiCommon< AlgTool > | |
Exception(std::string_view msg, const std::exception &exc, const StatusCode sc=StatusCode::FAILURE) const | GaudiCommon< AlgTool > | |
Exception(std::string_view msg="no message", const StatusCode sc=StatusCode::FAILURE) const | GaudiCommon< AlgTool > | |
exist(IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
exist(const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
GaudiCommon< AlgTool >::exist(IDataProviderSvc *svc, std::string_view location, const bool useRootInTES=true) const | GaudiCommon< AlgTool > | |
existDet(IDataProviderSvc *svc, const std::string &location) const | GaudiTool | inline |
existDet(const std::string &location) const | GaudiTool | inline |
GaudiHistoTool::ext_iids typedef | extend_interfaces< Interfaces... > | |
IHistoTool::ext_iids typedef | IInterface | |
extend_interfaces_base typedef | extends< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder > | |
extraInputDeps() const override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inlinevirtual |
extraOutputDeps() const override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inlinevirtual |
Factory typedef | AlgTool | |
fill(AIDA::IHistogram1D *histo, const double value, const double weight, const std::string &title="") const override | HistoTool | inlinevirtual |
fill(AIDA::IHistogram2D *histo, const double valueX, const double valueY, const double weight, const std::string &title="") const override | HistoTool | inlinevirtual |
fill(AIDA::IHistogram3D *histo, const double valueX, const double valueY, const double valueZ, const double weight, const std::string &title="") const override | HistoTool | inlinevirtual |
GaudiHistoTool::fill(AIDA::IProfile1D *histo, const double valueX, const double valueY, const double weight, const std::string &title="") const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::fill(AIDA::IProfile2D *histo, const double valueX, const double valueY, const double valueZ, const double weight, const std::string &title="") const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::finalize() override | GaudiHistos< GaudiTool > | protected |
IHistoTool::finalize()=0 | IAlgTool | pure virtual |
FixTESPath(std::string name, ISvcLocator *pSvcLocator) | FixTESPath< AlgTool > | inline |
FixTESPath(std::string type, std::string name, const IInterface *ancestor) | FixTESPath< AlgTool > | inline |
GaudiHistoTool::FSMState() const override | AlgTool | inline |
IHistoTool::FSMState() const =0 | IAlgTool | pure virtual |
fullDetail() const | GaudiHistos< GaudiTool > | inline |
fullTESLocation(std::string_view location, bool useRootInTES) const | FixTESPath< AlgTool > | inline |
GaudiCommon(std::string name, ISvcLocator *pSvcLocator) | GaudiCommon< AlgTool > | inline |
GaudiCommon(std::string type, std::string name, const IInterface *ancestor) | GaudiCommon< AlgTool > | inline |
GaudiCommon()=delete | GaudiCommon< AlgTool > | |
GaudiCommon(const GaudiCommon &)=delete | GaudiCommon< AlgTool > | |
GaudiHistos(const std::string &name, ISvcLocator *pSvcLocator) | GaudiHistos< GaudiTool > | inline |
GaudiHistos(const std::string &type, const std::string &name, const IInterface *parent) | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool()=delete | GaudiHistoTool | |
GaudiHistoTool(const GaudiHistoTool &)=delete | GaudiHistoTool | |
GaudiTool(std::string type, std::string name, const IInterface *parent) | GaudiTool | |
GaudiTool(const GaudiTool &)=delete | GaudiTool | private |
get(IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
get(const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
GaudiCommon< AlgTool >::get(IDataProviderSvc *svc, std::string_view location, const bool useRootInTES=true) const | GaudiCommon< AlgTool > | |
getCurrentAlgName() const | GaudiTool | inlineprivate |
getDet(IDataProviderSvc *svc, const std::string &location) const | GaudiTool | inline |
getDet(const std::string &location) const | GaudiTool | inline |
getDetIfExists(IDataProviderSvc *svc, const std::string &location) const | GaudiTool | inline |
getDetIfExists(const std::string &location) const | GaudiTool | inline |
getIfExists(IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
getIfExists(const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
GaudiCommon< AlgTool >::getIfExists(IDataProviderSvc *svc, std::string_view location, const bool useRootInTES=true) const | GaudiCommon< AlgTool > | |
GaudiHistoTool::getInterfaceNames() const override | extends< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder > | inline |
IHistoTool::getInterfaceNames() const =0 | IInterface | pure virtual |
getOrCreate(IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
getOrCreate(const std::string &location, const bool useRootInTES=true) const | GaudiTool | inline |
GaudiCommon< AlgTool >::getOrCreate(IDataProviderSvc *svc, std::string_view location, const bool useRootInTES=true) const | GaudiCommon< AlgTool > | |
getProperties() const override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
getProperty(Gaudi::Details::PropertyBase *p) const override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
getProperty(std::string_view name) const override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
getProperty(std::string_view n, std::string &v) const override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
hasProperty(std::string_view name) const override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
GaudiHistoTool::histo(const std::string &title) const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::histo(const HistoID &ID) const | GaudiHistos< GaudiTool > | inline |
IHistoTool::histo(const std::string &title) const | IHistoTool | inline |
IHistoTool::histo(const HistoID &ID) const | IHistoTool | inline |
histo1D(const std::string &title) const override | HistoTool | inlinevirtual |
histo1D(const HistoID &ID) const override | HistoTool | inlinevirtual |
Histo1DMapID typedef | GaudiHistos< GaudiTool > | |
histo1DMapID() const | GaudiHistos< GaudiTool > | inline |
Histo1DMapTitle typedef | GaudiHistos< GaudiTool > | |
histo1DMapTitle() const | GaudiHistos< GaudiTool > | inline |
histo2D(const std::string &title) const override | HistoTool | inlinevirtual |
histo2D(const HistoID &ID) const override | HistoTool | inlinevirtual |
Histo2DMapID typedef | GaudiHistos< GaudiTool > | |
histo2DMapID() const | GaudiHistos< GaudiTool > | inline |
histo2DMapTitle() const | GaudiHistos< GaudiTool > | inline |
Histo2DMapTitle typedef | GaudiHistos< GaudiTool > | |
histo3D(const std::string &title) const override | HistoTool | inlinevirtual |
histo3D(const HistoID &ID) const override | HistoTool | inlinevirtual |
histo3DMapID() const | GaudiHistos< GaudiTool > | inline |
Histo3DMapID typedef | GaudiHistos< GaudiTool > | |
histo3DMapTitle() const | GaudiHistos< GaudiTool > | inline |
Histo3DMapTitle typedef | GaudiHistos< GaudiTool > | |
HistoBinEdges typedef | GaudiHistos< GaudiTool > | |
histoCountersPrint() const | GaudiHistos< GaudiTool > | inline |
histoDir() const | GaudiHistos< GaudiTool > | inline |
histoExists(const std::string &title) const override | HistoTool | inlinevirtual |
histoExists(const HistoID &ID) const override | HistoTool | inlinevirtual |
HistoID typedef | HistoTool | |
histoOffSet() const | GaudiHistos< GaudiTool > | inline |
histoPath() const | GaudiHistos< GaudiTool > | |
histosPrint() const | GaudiHistos< GaudiTool > | inline |
histoSvc() const | GaudiTool | |
HistoTool(const std::string &type, const std::string &name, const IInterface *parent) | HistoTool | |
HistoTool()=delete | HistoTool | |
HistoTool(const HistoTool &)=delete | HistoTool | |
histoTopDir() const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::i_cast(const InterfaceID &tid) const override | extends< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder > | inline |
IHistoTool::i_cast(const InterfaceID &) const =0 | IInterface | pure virtual |
IgnoreRootInTES | GaudiCommon< AlgTool > | protectedstatic |
iid typedef | IInterface | |
increment(Counter &c, std::string_view which) | GaudiCommon< AlgTool > | inlineprivatestatic |
incSvc() const | GaudiTool | |
Info(const std::string &msg, const StatusCode st=StatusCode::SUCCESS, const size_t mx=10) const | GaudiTool | inline |
GaudiCommon< AlgTool >::Info(std::string_view msg, const StatusCode st=StatusCode::SUCCESS, const size_t mx=10) const | GaudiCommon< AlgTool > | |
initDataHandleHolder() | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inlineprotected |
initGaudiCommonConstructor(const IInterface *parent=nullptr) | GaudiCommon< AlgTool > | private |
GaudiHistoTool::initialize() override | GaudiHistos< GaudiTool > | protected |
IHistoTool::initialize()=0 | IAlgTool | pure virtual |
initMessaging() const | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inlineprivate |
initToolHandles() const | AlgTool | private |
inputDataObjs() const override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
inputHandles() const override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
interfaceID() | IInterface | inlinestatic |
InterfaceList typedef | AlgTool | private |
isPublic() const | GaudiTool | private |
m_auditInit | AlgTool | private |
m_auditorFinalize | AlgTool | private |
m_auditorInitialize | AlgTool | private |
m_auditorReinitialize | AlgTool | private |
m_auditorRestart | AlgTool | private |
m_auditorStart | AlgTool | private |
m_auditorStop | AlgTool | private |
m_checkForNaN | GaudiHistos< GaudiTool > | private |
m_chronoSvc | GaudiTool | mutableprivate |
m_context | GaudiCommon< AlgTool > | protected |
m_contextSvc | GaudiTool | mutableprivate |
m_contextSvcName | GaudiTool | private |
m_counterList | GaudiCommon< AlgTool > | protected |
m_countersOwn | GaudiCommon< AlgTool > | private |
m_countersOwnMutex | GaudiCommon< AlgTool > | private |
m_counterSummarySvc | GaudiCommon< AlgTool > | protected |
m_declareMoniHists | GaudiHistos< GaudiTool > | private |
m_detSvc | GaudiTool | mutableprivate |
m_errors | GaudiCommon< AlgTool > | mutableprivate |
m_errorsPrint | GaudiCommon< AlgTool > | protected |
m_evtColSvc | GaudiTool | mutableprivate |
m_evtSvc | AlgTool | mutableprivate |
m_exceptions | GaudiCommon< AlgTool > | mutableprivate |
m_extInputDataObjs | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | private |
m_extOutputDataObjs | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | private |
m_fullDetail | GaudiHistos< GaudiTool > | private |
m_handles | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | private |
m_histo1DMapID | GaudiHistos< GaudiTool > | mutableprivate |
m_histo1DMapTitle | GaudiHistos< GaudiTool > | mutableprivate |
m_histo1DTableFormat | GaudiHistos< GaudiTool > | private |
m_histo1DTableFormatShort | GaudiHistos< GaudiTool > | private |
m_histo1DTableHeader | GaudiHistos< GaudiTool > | private |
m_histo2DMapID | GaudiHistos< GaudiTool > | mutableprivate |
m_histo2DMapTitle | GaudiHistos< GaudiTool > | mutableprivate |
m_histo3DMapID | GaudiHistos< GaudiTool > | mutableprivate |
m_histo3DMapTitle | GaudiHistos< GaudiTool > | mutableprivate |
m_histoCountersPrint | GaudiHistos< GaudiTool > | private |
m_histoDir | GaudiHistos< GaudiTool > | private |
m_histoOffSet | GaudiHistos< GaudiTool > | private |
m_histosPrint | GaudiHistos< GaudiTool > | private |
m_histoSvc | GaudiTool | mutableprivate |
m_histoTopDir | GaudiHistos< GaudiTool > | private |
m_idReplaceInfo | GaudiHistos< GaudiTool > | private |
m_incSvc | GaudiTool | mutableprivate |
m_infos | GaudiCommon< AlgTool > | mutableprivate |
m_inputDataObjs | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | protected |
m_interfaceList | AlgTool | private |
m_isPublic | GaudiTool | private |
m_local | GaudiTool | private |
m_managedTools | GaudiCommon< AlgTool > | mutableprivate |
m_monitorSvcName | AlgTool | private |
m_name | AlgTool | private |
m_ntupleSvc | GaudiTool | mutableprivate |
m_outputDataObjs | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | protected |
m_outputLevel | AlgTool | private |
m_parent | AlgTool | private |
m_pAuditorSvc | AlgTool | mutableprivate |
m_pMonitorSvc | AlgTool | mutableprivate |
m_produceHistos | GaudiHistos< GaudiTool > | private |
m_profile1DMapID | GaudiHistos< GaudiTool > | mutableprivate |
m_profile1DMapTitle | GaudiHistos< GaudiTool > | mutableprivate |
m_profile2DMapID | GaudiHistos< GaudiTool > | mutableprivate |
m_profile2DMapTitle | GaudiHistos< GaudiTool > | mutableprivate |
m_properties | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | private |
m_propsPrint | GaudiCommon< AlgTool > | protected |
m_ptoolSvc | AlgTool | mutableprivate |
m_remoteProperties | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | private |
m_rootInTES | FixTESPath< AlgTool > | private |
m_services | GaudiCommon< AlgTool > | mutableprivate |
m_splitHistoDir | GaudiHistos< GaudiTool > | private |
m_state | AlgTool | private |
m_svcLocator | AlgTool | mutableprivate |
m_targetState | AlgTool | private |
m_todelete | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | private |
m_toolHandleArrays | AlgTool | mutableprivate |
m_toolHandles | AlgTool | mutableprivate |
m_toolHandlesInit | AlgTool | mutableprivate |
m_tools | AlgTool | mutableprivate |
m_type | AlgTool | private |
m_typePrint | GaudiCommon< AlgTool > | protected |
m_updateDataHandles | AlgTool | protected |
m_updMgrSvc | GaudiCommon< AlgTool > | mutableprivate |
m_useNumericAutoIDs | GaudiHistos< GaudiTool > | private |
m_warnings | GaudiCommon< AlgTool > | mutableprivate |
monitorHisto(const AIDA::IBaseHistogram *hist, const HistoID &ID) const | GaudiHistos< GaudiTool > | private |
monitorSvc() const | AlgTool | inline |
msgLevel() const | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inline |
msgLevel(MSG::Level lvl) const | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inline |
GaudiHistoTool::name() const override | AlgTool | |
IHistoTool::name() const =0 | INamedInterface | pure virtual |
newHistoID(const std::string &title, HistoID &ID) const | GaudiHistos< GaudiTool > | private |
noHistos() const | GaudiHistos< GaudiTool > | private |
ntupleSvc() const | GaudiTool | |
operator=(const HistoTool &)=delete | HistoTool | |
GaudiHistoTool::operator=(const GaudiHistoTool &)=delete | GaudiHistoTool | |
GaudiCommon< AlgTool >::operator=(const GaudiCommon &)=delete | GaudiCommon< AlgTool > | |
FixTESPath< AlgTool >::operator=(const PropertyHolder &)=delete | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | |
outputDataObjs() const override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
outputHandles() const override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
GaudiHistoTool::parent() const override | AlgTool | |
IHistoTool::parent() const =0 | IAlgTool | pure virtual |
GaudiHistoTool::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 | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::plot(const double value, const Gaudi::Histo1DDef &hdef, const double weight=1.0) const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::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 | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::plot(const double value, const HistoID &ID, const Gaudi::Histo1DDef &hdef, const double weight=1.0) const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::plot(const FUNCTION &func, OBJECT first, OBJECT last, const std::string &title, const double low, const double high, const unsigned long bins=100) const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::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 | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::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 | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::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 | GaudiHistos< GaudiTool > | inline |
IHistoTool::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 |
IHistoTool::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 |
IHistoTool::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 |
IHistoTool::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 |
IHistoTool::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 |
IHistoTool::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 override | HistoTool | inlinevirtual |
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 override | HistoTool | inlinevirtual |
GaudiHistoTool::plot1D(const double value, const Gaudi::Histo1DDef &hdef, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::plot1D(const double value, const HistoID &ID, const Gaudi::Histo1DDef &hdef, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::plot1D(const double value, const std::string &title, const HistoBinEdges &edges, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::plot1D(const double value, const HistoID &ID, const std::string &title, const HistoBinEdges &edges, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
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 override | HistoTool | inlinevirtual |
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 override | HistoTool | inlinevirtual |
GaudiHistoTool::plot2D(const double valueX, const double valueY, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::plot2D(const double valueX, const double valueY, const HistoID &ID, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
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 override | HistoTool | inlinevirtual |
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 override | HistoTool | inlinevirtual |
GaudiHistoTool::plot3D(const double valueX, const double valueY, const double valueZ, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const HistoBinEdges &edgesZ, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::plot3D(const double valueX, const double valueY, const double valueZ, const HistoID &ID, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const HistoBinEdges &edgesZ, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
Print(std::string_view msg, const StatusCode st=StatusCode::SUCCESS, const MSG::Level lev=MSG::INFO) const | GaudiCommon< AlgTool > | |
printErrors(const MSG::Level level=MSG::ALWAYS) const | GaudiCommon< AlgTool > | |
printHistos(const MSG::Level level=MSG::ALWAYS) const | GaudiHistos< GaudiTool > | |
printProps(const MSG::Level level=MSG::ALWAYS) const | GaudiCommon< AlgTool > | |
produceHistos() const | GaudiHistos< GaudiTool > | inline |
profile1D(const double valueX, const double valueY, const std::string &title, const double lowX, const double highX, const unsigned long binsX=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max(), const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile1D(const double valueX, const double valueY, const HistoID &ID, const std::string &title, const double lowX, const double highX, const unsigned long binsX=100, const std::string &opt="", const double lowY=-std::numeric_limits< double >::max(), const double highY=std::numeric_limits< double >::max(), const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile1D(const double valueX, const double valueY, const std::string &title, const HistoBinEdges &edges, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile1D(const double valueX, const double valueY, const HistoID &ID, const std::string &title, const HistoBinEdges &edges, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile1D(const std::string &title) const | GaudiHistos< GaudiTool > | inline |
profile1D(const HistoID &ID) const | GaudiHistos< GaudiTool > | |
profile1DMapID() const | GaudiHistos< GaudiTool > | inline |
Profile1DMapID typedef | GaudiHistos< GaudiTool > | |
Profile1DMapTitle typedef | GaudiHistos< GaudiTool > | |
profile1DMapTitle() const | GaudiHistos< GaudiTool > | inline |
profile2D(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 unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile2D(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 unsigned long binsX=50, const unsigned long binsY=50, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile2D(const double valueX, const double valueY, const double valueZ, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile2D(const double valueX, const double valueY, const double valueZ, const HistoID &ID, const std::string &title, const HistoBinEdges &edgesX, const HistoBinEdges &edgesY, const double weight=1.0) const | GaudiHistos< GaudiTool > | |
profile2D(const std::string &title) const | GaudiHistos< GaudiTool > | inline |
profile2D(const HistoID &ID) const | GaudiHistos< GaudiTool > | |
Profile2DMapID typedef | GaudiHistos< GaudiTool > | |
profile2DMapID() const | GaudiHistos< GaudiTool > | inline |
Profile2DMapTitle typedef | GaudiHistos< GaudiTool > | |
profile2DMapTitle() const | GaudiHistos< GaudiTool > | inline |
Properties typedef | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | private |
property(std::string_view name) const | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
property(std::string_view name, const std::vector< Gaudi::Details::PropertyBase * > &props) const | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inlineprivate |
PropertyHolder()=default | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | |
PropertyHolder(const PropertyHolder &)=delete | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | |
PropertyHolderImpl typedef | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | |
put(IDataProviderSvc *svc, DataObject *object, const std::string &address, const bool useRootInTES=true) const | GaudiTool | inline |
put(IDataProviderSvc *svc, std::unique_ptr< DataObject > object, const std::string &address, const bool useRootInTES=true) const | GaudiTool | inline |
put(DataObject *object, const std::string &address, const bool useRootInTES=true) const | GaudiTool | inline |
put(std::unique_ptr< DataObject > object, const std::string &address, const bool useRootInTES=true) const | GaudiTool | inline |
GaudiCommon< AlgTool >::put(IDataProviderSvc *svc, std::unique_ptr< DataObject > object, std::string_view location, const bool useRootInTES=true) const | GaudiCommon< AlgTool > | |
GaudiCommon< AlgTool >::put(IDataProviderSvc *svc, DataObject *object, std::string_view location, const bool useRootInTES=true) const | GaudiCommon< AlgTool > | inline |
GaudiHistoTool::queryInterface(const InterfaceID &riid, void **ppvUnknown) override | AlgTool | |
IHistoTool::queryInterface(const InterfaceID &ti, void **pp)=0 | IInterface | pure virtual |
refCount() const =0 | IInterface | pure virtual |
registerCondition(const std::string &condition, StatusCode(CallerClass::*mf)()=nullptr) | GaudiCommon< AlgTool > | inline |
registerCondition(const std::string &condition, CondType *&condPtrDest, StatusCode(CallerClass::*mf)()=NULL) | GaudiCommon< AlgTool > | inline |
registerCondition(char *condition, StatusCode(CallerClass::*mf)()=NULL) | GaudiCommon< AlgTool > | inline |
registerCondition(TargetClass *condition, StatusCode(CallerClass::*mf)()=NULL) | GaudiCommon< AlgTool > | inline |
registerTool(IAlgTool *tool) const | AlgTool | inline |
GaudiHistoTool::reinitialize() override | AlgTool | |
IHistoTool::reinitialize()=0 | IAlgTool | pure virtual |
GaudiHistoTool::release(const IInterface *interface) const | GaudiCommon< AlgTool > | |
IHistoTool::release()=0 | IInterface | pure virtual |
releaseSvc(const IInterface *svc) const | GaudiCommon< AlgTool > | protected |
releaseTool(const IAlgTool *tool) const | GaudiCommon< AlgTool > | protected |
RemoteProperties typedef | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | private |
renounce(Gaudi::DataHandle &handle) override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
renounceInput(const DataObjID &id) override | DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > > | inline |
resetMessaging() | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inlineprotected |
GaudiHistoTool::restart() override | AlgTool | |
IHistoTool::restart()=0 | IAlgTool | pure virtual |
rootInTES() const | FixTESPath< AlgTool > | inline |
runUpdate() | GaudiCommon< AlgTool > | inline |
s_enableSummary | GaudiTool | privatestatic |
service(std::string_view name, T *&svc, bool createIf=true) const | AlgTool | inline |
service(std::string_view type, std::string_view name, T *&svc) const | AlgTool | inline |
service(std::string_view name, const bool createIf=true, const bool quiet=false) const | AlgTool | |
service(std::string_view name, const bool createIf=true, const bool quiet=false) const | AlgTool | inline |
service_i(std::string_view algName, bool createIf, const InterfaceID &iid, void **ppSvc) const | AlgTool | private |
service_i(std::string_view svcType, std::string_view svcName, const InterfaceID &iid, void **ppS) const | AlgTool | private |
serviceLocator() const override | AlgTool | |
Services typedef | GaudiCommon< AlgTool > | protected |
services() const | GaudiCommon< AlgTool > | inline |
setCheckForNaN(const bool val) | GaudiHistos< GaudiTool > | inline |
setFullDetail(const bool val) | GaudiHistos< GaudiTool > | inline |
setHistoDir(const std::string &val) | GaudiHistos< GaudiTool > | inline |
setHistoOffSet(const HistoID::NumericID val) | GaudiHistos< GaudiTool > | inline |
setHistoTopDir(const std::string &val) | GaudiHistos< GaudiTool > | inline |
setProduceHistos(const bool val) | GaudiHistos< GaudiTool > | inline |
setProperty(const std::string &name, const Gaudi::Details::PropertyBase &p) override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setProperty(const std::string &s) override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setProperty(const Gaudi::Details::PropertyBase &p) | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setProperty(const std::string &name, const Gaudi::Details::PropertyBase &p)=0 | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | |
setProperty(const std::string &s)=0 | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | |
setProperty(const std::string &name, const char *v) | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setProperty(const std::string &name, const std::string &v) | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setProperty(const std::string &name, const TYPE &value) | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setPropertyRepr(const std::string &n, const std::string &r) override | PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > | inline |
setSplitHistoDir(const bool val) | GaudiHistos< GaudiTool > | inline |
setUpMessaging() const | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inlineprotected |
splitHistoDir() const | GaudiHistos< GaudiTool > | inline |
GaudiHistoTool::start() override | AlgTool | |
IHistoTool::start()=0 | IAlgTool | pure virtual |
Statistics typedef | GaudiCommon< AlgTool > | protected |
StatisticsOwn typedef | GaudiCommon< AlgTool > | protected |
Status enum name | IInterface | |
GaudiHistoTool::stop() override | AlgTool | |
IHistoTool::stop()=0 | IAlgTool | pure virtual |
summaryEnabled() | GaudiTool | static |
svc(std::string_view name, const bool create=true) const | GaudiCommon< AlgTool > | |
svcLoc() const | AlgTool | inline |
GaudiHistoTool::sysFinalize() override | AlgTool | |
IHistoTool::sysFinalize()=0 | IAlgTool | pure virtual |
GaudiHistoTool::sysInitialize() override | AlgTool | |
IHistoTool::sysInitialize()=0 | IAlgTool | pure virtual |
GaudiHistoTool::sysReinitialize() override | AlgTool | |
IHistoTool::sysReinitialize()=0 | IAlgTool | pure virtual |
GaudiHistoTool::sysRestart() override | AlgTool | |
IHistoTool::sysRestart()=0 | IAlgTool | pure virtual |
GaudiHistoTool::sysStart() override | AlgTool | |
IHistoTool::sysStart()=0 | IAlgTool | pure virtual |
GaudiHistoTool::sysStop() override | AlgTool | |
IHistoTool::sysStop()=0 | IAlgTool | pure virtual |
targetFSMState() const override | AlgTool | inline |
GaudiHistoTool::terminate() override | AlgTool | inline |
IHistoTool::terminate()=0 | IAlgTool | pure virtual |
tool(std::string_view type, std::string_view name, const IInterface *parent=0, bool create=true) const | GaudiCommon< AlgTool > | |
tool(std::string_view type, const IInterface *parent=0, bool create=true) const | GaudiCommon< AlgTool > | |
tools() const | AlgTool | |
tools() | AlgTool | protected |
toolSvc() const | AlgTool | |
ToolSvc | AlgTool | private |
totalNumberOfHistos() const | GaudiHistos< GaudiTool > | |
GaudiHistoTool::type() const override | AlgTool | |
IHistoTool::type() const =0 | IAlgTool | pure virtual |
updateMsgStreamOutputLevel(int level) | CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > | inlineprotected |
updMgrSvc() const | GaudiCommon< AlgTool > | |
useNumericAutoIDs() const | GaudiHistos< GaudiTool > | inline |
UseRootInTES | GaudiCommon< AlgTool > | protectedstatic |
Warning(const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const | GaudiTool | inline |
GaudiCommon< AlgTool >::Warning(std::string_view msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const | GaudiCommon< AlgTool > | |
~AlgTool() override | AlgTool | |
~GaudiTool() override | GaudiTool | |
~IInterface()=default | IInterface | virtual |