![]() |
The Gaudi Framework
v26r0
|
#include "GaudiKernel/AlgTool.h"#include "GaudiKernel/SmartIF.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/Tokenizer.h"#include "GaudiKernel/ToolFactory.h"#include "GaudiKernel/IPartitionControl.h"
Go to the source code of this file.
Classes | |
| class | PartitionSwitchTool |
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 71 of file PartitionSwitchTool.cpp.