![]() |
The Gaudi Framework
v25r3
|
#include "GaudiKernel/IPartitionControl.h"
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/IToolSvc.h"
#include "GaudiKernel/IAlgTool.h"
#include "GaudiKernel/SmartIF.h"
Go to the source code of this file.
Classes | |
class | PartitionSwitchAlg |
Small algorith, which switches the partition of a configurable multi-service. More... | |
Macros | |
#define | CHECK(x, y) if ( !x.isSuccess() ) _check(x, y); return x; |
#define CHECK | ( | x, | |
y | |||
) | if ( !x.isSuccess() ) _check(x, y); return x; |
Definition at line 102 of file PartitionSwitchAlg.cpp.