The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
Guards.h File Reference
#include <Gaudi/IAuditor.h>
#include <GaudiKernel/EventContext.h>
#include <GaudiKernel/IExceptionSvc.h>
#include <GaudiKernel/SmartIF.h>
#include <exception>
Include dependency graph for Guards.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Guards::ExceptionGuard
 The most simple guard - it execute the certain code withing typical "try {} catch" clause, used in Auditor, Algorithm, AlgTool, etc. More...
 
class  Gaudi::Guards::AuditorGuard
 It is a simple guard, which "locks" the scope for the Auditor Service is am exception-safe way. More...
 

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::Guards
 Guards.h GaudiKernel/Guards.h Collection of very simple classes which allows to execution of some functions within the given well-defined and exception-safe context.