Gaudi::Utils::_GetType< TYPE > | Helper structure to define the proper return type for "get"-functions |
Gaudi::Utils::_GetType< Gaudi::NamedRange_< CONTAINER > > | Template specialization for "named ranges" |
Gaudi::Utils::_GetType< Gaudi::Range_< CONTAINER > > | Template specialization for "ranges" |
Gaudi::Utils::_GetType< TYPE & > | Template specialization for references |
Gaudi::Utils::_GetType< TYPE * > | Template specilization for pointers |
Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT > | Trivial adapter to avoid the GCC problem (pointer to the function is never evaluated as "const TYPE&" ) |
Gaudi::Utils::AlgNameSelector | The trivial selector of algorithm by type |
Gaudi::Utils::AlgSelector | Simple interface class for selection of algorithms |
Gaudi::Utils::AlgTypeSelector< TYPE > | The trivial selector of algorithm by type |
Gaudi::Utils::AlgTypeSelector< const TYPE & > | |
Gaudi::Utils::AlgTypeSelector< const TYPE * > | |
Gaudi::Utils::AlgTypeSelector< const TYPE > | |
Gaudi::Utils::AlgTypeSelector< TYPE & > | |
Gaudi::Utils::AlgTypeSelector< TYPE * > | |
GaudiToolLocal::Counter | |
Tuples::Local::Counter | |
GaudiToolLocal::Counter | Simple local counter |
Tuples::detail::ErrorHandler< OBJECT, FUNCTION > | Concrete error handlers for dealing with classes, which suports member functions Erorr,Warning and Print ( e.g |
ErrorTool | |
EventCounter | |
GaudiAlgorithm | The useful base class for data processing algorithms |
GaudiCommon< PBASE > | Implements the common functionality between GaudiTools and GaudiAlgorithms |
GaudiHistoAlg | Simple class to extend the functionality of class GaudiAlgorithm |
GaudiHistos< PBASE > | Templated base class providing common histogramming methods for GaudiAlgorithm and GaudiTool like classes |
GaudiHistoTool | Simple class to extend the functionality of class GaudiTool |
GaudiSequencer | Sequencer for executing several algorithms, stopping when one is faulty |
GaudiSequencer::AlgorithmEntry | |
GaudiTool | The useful base class for tools |
GaudiTupleAlg | Simple class to extend the functionality of class GaudiHistoAlg |
GaudiTuples< PBASE > | Templated base class providing common 'ntupling' methods |
GaudiTupleTool | Simple class to extend the functionality of class GaudiHistoTool |
Gaudi::Utils::GetData< TYPE > | Helper structure for iplementation of "get"-functions for GaudiCommon<BASE> |
Gaudi::Utils::GetData< Gaudi::NamedRange_< std::vector< const TYPE * > > > | Template specialization for named ranges |
Gaudi::Utils::GetData< Gaudi::Range_< std::vector< const TYPE * > > > | Template specialization for ranges |
Gaudi::Utils::GetData< TYPE & > | Template specialization for reference types |
Gaudi::Utils::GetData< TYPE * > | Template specialization for pointer types |
HistoTool | Simple tool for histogramming (component) |
GaudiAlg::ID | ID class for Histogram and Ntuples |
IErrorTool | |
IGenericTool | General purpose interface class for tools that "do something" |
IHistoTool | An abstract interaface for "histogramming tool" |
ISequencerTimerTool | Implements the time measurement inside a sequencer |
Tuples::ItemStore< VALUE > | Simple class, which represents the local storage of N-tupel items of the given type |
ITupleTool | |
Prescaler | |
GaudiAlg::Print | Collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool) |
GaudiAlg::Print1D | Collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool) |
GaudiAlg::Print1DProf | Collection of useful utilities to print IProfile1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool) |
GaudiAlg::Print2D | Collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool) |
GaudiAlg::Print2DProf | Collection of useful utilities to print IProfile2D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool) |
GaudiAlg::Print3D | Collection of useful utilities to print IHistogram1D (currently used for implementation of class GaudiHistoAlg and class GaudiHistoTool) |
GaudiAlg::PrintStat | Collection of useful utilities to print StatEntity (currently used for implementation of class GaudiAlgorithm and class GaudiTool) |
GaudiAlg::PrintTuple | Collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool) |
Sequencer | ClassName: Sequencer |
SequencerTimerTool | Implements the time measurement inside a sequencer |
TimerForSequencer | Auxilliary class |
TimingAuditor | Simple auditor which uses SequencerTimerTool for *ALL* algoritms, inclusing the algorithm from main Gaudi "TopAlg" list and algorithms managed by Data-On-Demand Service |
Tuples::Tuple | A simple wrapper class over standard Gaudi NTuple::Tuple facility |
Tuples::TupleColumn< ITEM > | Helper class which allows to extend the functionality of Tuple with possibility to use your own representation of complex objects |
Tuples::TupleObj | A simple wrapper class over standard Gaudi NTuple::Tuple facility |
Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > | The simplest concrete implementationof class TupleObj with 3 arbitrary error handlers Any types (classes, functions, etc |
TupleTool | |