The Gaudi Framework  master (37c0b60a)
ToolHandle.h File Reference
#include <GaudiKernel/GaudiHandle.h>
#include <GaudiKernel/IAlgTool.h>
#include <GaudiKernel/IBinder.h>
#include <GaudiKernel/INamedInterface.h>
#include <GaudiKernel/IToolSvc.h>
#include <GaudiKernel/ServiceHandle.h>
#include <GaudiKernel/TaggedBool.h>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <vector>
Include dependency graph for ToolHandle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ToolHandleInfo
 General info and helper functions for toolhandles and arrays. More...
 
class  BaseToolHandle
 
class  ToolHandle< T >
 
class  ToolHandle< Gaudi::Interface::Bind::IBinder< IFace > >
 
class  PublicToolHandle< T >
 Helper class to construct ToolHandle instances for public tools via the auto registering constructor. More...
 
class  ToolHandleArray< T >
 
class  PublicToolHandleArray< T >
 Helper class to construct ToolHandle instances for public tools via the auto registering constructor. More...
 

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 

Typedefs

using DisableTool = Gaudi::tagged_bool< class DisableTool_tag >
 
using EnableTool = Gaudi::tagged_bool< class EnableTool_tag >
 

Typedef Documentation

◆ DisableTool

using DisableTool = Gaudi::tagged_bool<class DisableTool_tag>

Definition at line 38 of file ToolHandle.h.

◆ EnableTool

using EnableTool = Gaudi::tagged_bool<class EnableTool_tag>

Definition at line 39 of file ToolHandle.h.