ATLAS Offline Software
Loading...
Searching...
No Matches
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
static int failureCode ()
 produce a status code to report failure

Detailed Description

Member Function Documentation

◆ failureCode()

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()

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: