![]() |
|
|
Generated: 18 Jul 2008 |
#include "GaudiKernel/AlgTool.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Tokenizer.h"
#include "GaudiKernel/ToolFactory.h"
#include "GaudiKernel/IPartitionControl.h"
Include dependency graph for PartitionSwitchTool.cpp:

Go to the source code of this file.
Classes | |
| class | PartitionSwitchTool |
|
More... | |
Defines | |
| #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 83 of file PartitionSwitchTool.cpp.