| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GaudiHistoTool Member List

This is the complete list of members for GaudiHistoTool, including all inherited members.

addRef()AlgTool [virtual]
AlgTool(const std::string &type, const std::string &name, const IInterface *parent)AlgTool
AlgTools typedefGaudiCommon< AlgTool > [protected]
always() const GaudiCommon< AlgTool > [inline]
Assert(const bool ok, const std::string &message="", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const GaudiCommon< AlgTool > [inline]
Assert(const bool ok, const char *message, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const GaudiCommon< AlgTool > [inline]
auditorSvc() const AlgTool
book(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const GaudiHistos< GaudiTool > [inline]
book(const Gaudi::Histo1DDef &hdef) const GaudiHistos< GaudiTool >
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]
book(const HistoID &ID, const Gaudi::Histo1DDef &hdef) const GaudiHistos< GaudiTool > [inline]
book1D(const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) const GaudiHistos< GaudiTool >
book1D(const HistoID &ID, const std::string &title, const double low=0, const double high=100, const unsigned long bins=100) 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 GaudiHistos< GaudiTool >
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 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 GaudiHistos< GaudiTool >
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 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 >
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 >
checkForNaN() const GaudiHistos< GaudiTool > [inline]
chronoSvc() const GaudiTool
configure()AlgTool [virtual]
context() const GaudiCommon< AlgTool > [inline]
contextSvc() const GaudiTool
convertTitleToID(const std::string &title) const GaudiHistos< GaudiTool > [protected]
Counter typedefGaudiCommon< AlgTool > [protected]
counter(const std::string &tag) const GaudiCommon< AlgTool > [inline]
counters() const GaudiCommon< AlgTool > [inline]
debug() const GaudiCommon< AlgTool > [inline]
declareInfo(const std::string &name, const T &var, const std::string &desc) const AlgTool
declareInfo(const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const AlgTool
declareProperty(const std::string &name, T &property, const std::string &doc="none") const AlgTool
declareRemoteProperty(const std::string &name, IProperty *rsvc, const std::string &rname="") const AlgTool
declInterface(const InterfaceID &, void *)AlgTool
detSvc() const GaudiTool
err() const GaudiCommon< AlgTool > [inline]
Error(const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const GaudiCommon< AlgTool >
error() const GaudiCommon< AlgTool > [inline]
errorsPrint() const GaudiCommon< AlgTool > [inline]
evtColSvc() const GaudiTool
evtSvc() const GaudiTool
Exception(const std::string &msg, const GaudiException &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const GaudiCommon< AlgTool >
Exception(const std::string &msg, const std::exception &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const GaudiCommon< AlgTool >
Exception(const std::string &msg="no message", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) 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]
existDet(IDataProviderSvc *svc, const std::string &location) const GaudiTool [inline]
existDet(const std::string &location) const GaudiTool [inline]
fastContainersSvc() const GaudiCommon< AlgTool > [inline]
fatal() const GaudiCommon< AlgTool > [inline]
fill(AIDA::IHistogram1D *histo, const double value, const double weight, const std::string &title="") const GaudiHistos< GaudiTool >
fill(AIDA::IHistogram2D *histo, const double valueX, const double valueY, const double weight, const std::string &title="") const GaudiHistos< GaudiTool >
fill(AIDA::IHistogram3D *histo, const double valueX, const double valueY, const double valueZ, const double weight, const std::string &title="") const GaudiHistos< GaudiTool >
fill(AIDA::IProfile1D *histo, const double valueX, const double valueY, const double weight, const std::string &title="") const GaudiHistos< GaudiTool >
fill(AIDA::IProfile2D *histo, const double valueX, const double valueY, const double valueZ, const double weight, const std::string &title="") const GaudiHistos< GaudiTool >
finalize()GaudiHistoTool [protected, virtual]
FSMState() const AlgTool [virtual]
fullDetail() const GaudiHistos< GaudiTool > [inline]
GaudiCommon(const std::string &name, ISvcLocator *pSvcLocator)GaudiCommon< AlgTool >
GaudiCommon(const std::string &type, const std::string &name, const IInterface *parent)GaudiCommon< AlgTool >
GaudiHistos(const std::string &name, ISvcLocator *pSvcLocator)GaudiHistos< GaudiTool >
GaudiHistos(const std::string &type, const std::string &name, const IInterface *parent)GaudiHistos< GaudiTool >
GaudiHistoTool(const std::string &type, const std::string &name, const IInterface *parent)GaudiHistoTool [protected]
GaudiHistoTool()GaudiHistoTool [private]
GaudiHistoTool(const GaudiHistoTool &)GaudiHistoTool [private]
GaudiTool(const std::string &type, const std::string &name, const IInterface *parent)GaudiTool [protected]
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]
getDet(IDataProviderSvc *svc, const std::string &location) const GaudiTool [inline]
getDet(const std::string &location) const GaudiTool [inline]
getFastContainer(const std::string &location, typename TransientFastContainer< T >::size_type initial=0)GaudiCommon< AlgTool >
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]
getProperties() const AlgTool [virtual]
getProperty(Property *p) const AlgTool [virtual]
getProperty(const std::string &name) const AlgTool [virtual]
getProperty(const std::string &n, std::string &v) const AlgTool [virtual]
getPropertyMgr()AlgTool
globalTimeOffset() const GaudiCommon< AlgTool > [inline]
histo(const std::string &title) const GaudiHistos< GaudiTool > [inline]
histo(const HistoID &ID) const GaudiHistos< GaudiTool > [inline]
histo1D(const std::string &title) const GaudiHistos< GaudiTool > [inline]
histo1D(const HistoID &ID) const GaudiHistos< GaudiTool >
Histo1DMapLitID typedefGaudiHistos< GaudiTool >
histo1DMapLitID() const GaudiHistos< GaudiTool > [inline]
histo1DMapNumID() const GaudiHistos< GaudiTool > [inline]
Histo1DMapNumID typedefGaudiHistos< GaudiTool >
Histo1DMapTitle typedefGaudiHistos< GaudiTool >
histo1DMapTitle() const GaudiHistos< GaudiTool > [inline]
histo2D(const std::string &title) const GaudiHistos< GaudiTool > [inline]
histo2D(const HistoID &ID) const GaudiHistos< GaudiTool >
Histo2DMapLitID typedefGaudiHistos< GaudiTool >
histo2DMapLitID() const GaudiHistos< GaudiTool > [inline]
histo2DMapNumID() const GaudiHistos< GaudiTool > [inline]
Histo2DMapNumID typedefGaudiHistos< GaudiTool >
histo2DMapTitle() const GaudiHistos< GaudiTool > [inline]
Histo2DMapTitle typedefGaudiHistos< GaudiTool >
histo3D(const std::string &title) const GaudiHistos< GaudiTool > [inline]
histo3D(const HistoID &ID) const GaudiHistos< GaudiTool >
histo3DMapLitID() const GaudiHistos< GaudiTool > [inline]
Histo3DMapLitID typedefGaudiHistos< GaudiTool >
histo3DMapNumID() const GaudiHistos< GaudiTool > [inline]
Histo3DMapNumID typedefGaudiHistos< GaudiTool >
histo3DMapTitle() const GaudiHistos< GaudiTool > [inline]
Histo3DMapTitle typedefGaudiHistos< GaudiTool >
histoDir() const GaudiHistos< GaudiTool > [inline]
histoExists(const std::string &title) const GaudiHistos< GaudiTool > [inline]
histoExists(const HistoID &ID) const GaudiHistos< GaudiTool > [inline]
HistoID typedefGaudiHistos< GaudiTool >
histoOffSet() const GaudiHistos< GaudiTool > [inline]
histoPath() const GaudiHistos< GaudiTool > [inline]
histosPrint() const GaudiHistos< GaudiTool > [inline]
histoSvc() const GaudiTool
histoTopDir() const GaudiHistos< GaudiTool > [inline]
IgnoreRootInTESGaudiCommon< AlgTool > [protected, static]
incSvc() const GaudiTool
info() const GaudiCommon< AlgTool > [inline]
initialize()GaudiHistoTool [protected, virtual]
initOutputLevel(Property &prop)AlgTool [protected]
interfaceID()AlgTool [static]
interfaceID()AlgTool [static]
interfaceID()AlgTool [static]
LAST_ERROR enum valueAlgTool
LAST_ERRORAlgTool
monitorSvc() const AlgTool
msg() const GaudiCommon< AlgTool > [inline]
msgLevel() const GaudiCommon< AlgTool > [inline]
msgLevel(const MSG::Level level) const GaudiCommon< AlgTool > [inline]
msgStream(const MSG::Level level) const GaudiCommon< AlgTool > [inline]
msgSvc() const AlgTool
name() const AlgTool [virtual]
NO_INTERFACE enum valueAlgTool
NO_INTERFACEAlgTool
ntupleSvc() const GaudiTool
operator=(const GaudiHistoTool &)GaudiHistoTool [private]
outputLevel() const AlgTool [protected]
outputLevelProperty()AlgTool [protected]
parent() const AlgTool [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 GaudiHistos< GaudiTool > [inline]
plot(const double value, const Gaudi::Histo1DDef &hdef, const double weight=1.0) const GaudiHistos< GaudiTool >
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]
plot(const double value, const HistoID &ID, const Gaudi::Histo1DDef &hdef, const double weight=1.0) const GaudiHistos< GaudiTool >
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]
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]
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]
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]
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 GaudiHistos< GaudiTool >
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 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 GaudiHistos< GaudiTool >
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 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 GaudiHistos< GaudiTool >
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 GaudiHistos< GaudiTool >
Print(const std::string &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 >
printStat(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 std::string &title) const GaudiHistos< GaudiTool > [inline]
profile1D(const HistoID &ID) const GaudiHistos< GaudiTool >
Profile1DMapLitID typedefGaudiHistos< GaudiTool >
profile1DMapLitID() const GaudiHistos< GaudiTool > [inline]
profile1DMapNumID() const GaudiHistos< GaudiTool > [inline]
Profile1DMapNumID typedefGaudiHistos< GaudiTool >
Profile1DMapTitle typedefGaudiHistos< 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 std::string &title) const GaudiHistos< GaudiTool > [inline]
profile2D(const HistoID &ID) const GaudiHistos< GaudiTool >
Profile2DMapLitID typedefGaudiHistos< GaudiTool >
profile2DMapLitID() const GaudiHistos< GaudiTool > [inline]
profile2DMapNumID() const GaudiHistos< GaudiTool > [inline]
Profile2DMapNumID typedefGaudiHistos< GaudiTool >
Profile2DMapTitle typedefGaudiHistos< GaudiTool >
profile2DMapTitle() const GaudiHistos< GaudiTool > [inline]
propsPrint() const GaudiCommon< AlgTool > [inline]
put(IDataProviderSvc *svc, 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]
queryInterface(const InterfaceID &riid, void **ppvUnknown)AlgTool [virtual]
refCount() const AlgTool [protected, virtual]
registerCondition(const std::string &condition, StatusCode(CallerClass::*mf)()=NULL)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]
reinitialize()AlgTool [virtual]
release(const IInterface *interface) const GaudiCommon< AlgTool >
AlgTool::release()AlgTool [virtual]
releaseSvc(const IInterface *svc) const GaudiCommon< AlgTool > [protected]
releaseTool(const IAlgTool *tool) const GaudiCommon< AlgTool > [protected]
resetMsgStream() const GaudiCommon< AlgTool >
restart()AlgTool [virtual]
rootInTES() const GaudiCommon< AlgTool > [inline]
runUpdate()GaudiCommon< AlgTool > [inline]
service(const std::string &name, T *&svc, bool createIf=true) const AlgTool
service(const std::string &type, const std::string &name, T *&svc) const AlgTool
ServiceEntry typedefGaudiCommon< AlgTool > [protected]
serviceLocator() const AlgTool
Services typedefGaudiCommon< AlgTool > [protected]
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]
setProperties()AlgTool
setProperty(const Property &p)AlgTool [virtual]
setProperty(const std::string &s)AlgTool [virtual]
setProperty(const std::string &n, const std::string &v)AlgTool [virtual]
setProperty(const std::string &name, const TYPE &value)AlgTool
setSplitHistoDir(const bool val)GaudiHistos< GaudiTool > [inline]
splitHistoDir() const GaudiHistos< GaudiTool > [inline]
start()AlgTool [virtual]
Statistics typedefGaudiCommon< AlgTool > [protected]
statPrint() const GaudiCommon< AlgTool > [inline]
Status enum nameAlgTool
stop()AlgTool [virtual]
SUCCESS enum valueAlgTool
SUCCESSAlgTool
svc(const std::string &name, const bool create=true) const GaudiCommon< AlgTool >
svcLoc() const AlgTool
sysFinalize()AlgTool [virtual]
sysInitialize()AlgTool [virtual]
sysReinitialize()AlgTool [virtual]
sysRestart()AlgTool [virtual]
sysStart()AlgTool [virtual]
sysStop()AlgTool [virtual]
targetFSMState() const AlgTool [virtual]
terminate()AlgTool [virtual]
tool(const std::string &type, const std::string &name, const IInterface *parent=0, bool create=true) const GaudiCommon< AlgTool >
tool(const std::string &type, const IInterface *parent=0, bool create=true) const GaudiCommon< AlgTool >
toolSvc() const AlgTool
totalNumberOfHistos() const GaudiHistos< GaudiTool >
type() const AlgTool [virtual]
typePrint() const GaudiCommon< AlgTool > [inline]
updMgrSvc() const GaudiCommon< AlgTool > [inline]
useNumericAutoIDs() const GaudiHistos< GaudiTool > [inline]
UseRootInTESGaudiCommon< AlgTool > [protected, static]
verbose() const GaudiCommon< AlgTool > [inline]
VERSMISMATCH enum valueAlgTool
VERSMISMATCHAlgTool
warning() const GaudiCommon< AlgTool > [inline]
Warning(const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const GaudiCommon< AlgTool >
~AlgTool()AlgTool [protected, virtual]
~GaudiCommon()GaudiCommon< AlgTool > [protected, virtual]
~GaudiHistos()GaudiHistos< GaudiTool > [virtual]
~GaudiHistoTool()GaudiHistoTool [protected, virtual]
~GaudiTool()GaudiTool [protected, virtual]
~IInterface()IInterface [virtual]
~INamedInterface()INamedInterface [virtual]
~IStateful()IStateful [virtual]
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:18 2011 for GaudiAlg by doxygen 1.4.7