The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
ThreadLocalContext.h File Reference
#include <cstddef>
#include <GaudiKernel/Kernel.h>
Include dependency graph for ThreadLocalContext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  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.
 
namespace  Gaudi::Hive
 

Typedefs

typedef std::size_t Gaudi::Hive::ContextIdType
 Internal type used for the ContextId.
 

Functions

GAUDI_API ContextIdType Gaudi::Hive::currentContextId ()
 Return the current context id.
 
GAUDI_API ContextIdType Gaudi::Hive::currentContextEvt ()
 
GAUDI_API const EventContextGaudi::Hive::currentContext ()
 
GAUDI_API void Gaudi::Hive::setCurrentContextId (ContextIdType newId)
 Used by the framework to change the value of the current context id.
 
GAUDI_API void Gaudi::Hive::setCurrentContextEvt (long int evtN)
 
GAUDI_API void Gaudi::Hive::setCurrentContextId (ContextIdType newId, long int evtN)
 
GAUDI_API void Gaudi::Hive::setCurrentContextId (const EventContext *ctx)
 
GAUDI_API void Gaudi::Hive::setCurrentContext (const EventContext *ctx)
 
GAUDI_API void Gaudi::Hive::setCurrentContext (const EventContext &ctx)