ATLAS Offline Software
Static Public Member Functions | List of all members
asg::CheckHelper< int > Struct Reference

#include <MessageCheck.h>

Collaboration diagram for asg::CheckHelper< int >:

Static Public Member Functions

static int successCode ()
 produce a status code to report success More...
 
static int failureCode ()
 produce a status code to report failure More...
 

Detailed Description

Definition at line 191 of file Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h.

Member Function Documentation

◆ failureCode()

static int asg::CheckHelper< int >::failureCode ( )
inlinestatic

produce a status code to report failure

This could be any code really, but this is the code that should report that the job failed when running on the grid. There are actually two codes: FAIL=220, ABORT=221, not sure which of the two I ought to be using here.

Definition at line 203 of file Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h.

203  {
204  return 220;}

◆ successCode()

static int asg::CheckHelper< int >::successCode ( )
inlinestatic

produce a status code to report success

Definition at line 194 of file Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h.

194  {
195  return 0;}

The documentation for this struct was generated from the following file: