EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Fun4AllReturnCodes.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Fun4AllReturnCodes.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef FUN4ALL_FUN4ALLRETURNCODES_H
4 #define FUN4ALL_FUN4ALLRETURNCODES_H
5 
6 namespace Fun4AllReturnCodes
7 {
8  enum
9  {
10  ABORTRUN = -2,
11  ABORTEVENT = -1,
12  EVENT_OK = 0,
14  SYNC_OK = 0,
15  SYNC_FAIL = -1,
19  };
20 }
21 
22 #endif /* __FUN4ALLRETURNCODES_H__ */