The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
PartitionSwitchTool.cpp File Reference
Include dependency graph for PartitionSwitchTool.cpp:

Go to the source code of this file.

Classes

class  PartitionSwitchTool
 

Macros

#define CHECK(x, y)
 

Macro Definition Documentation

◆ CHECK

#define CHECK ( x,
y )
Value:
if ( !x.isSuccess() ) _check( x, y ); \
return x;

Definition at line 57 of file PartitionSwitchTool.cpp.

57#define CHECK( x, y ) \
58 if ( !x.isSuccess() ) _check( x, y ); \
59 return x;