Class Reference for E1039 Core & Analysis Software
Fun4AllReturnCodes.h
Go to the documentation of this file.
1 #ifndef __FUN4ALLRETURNCODES_H__
2 #define __FUN4ALLRETURNCODES_H__
3 
5 {
6 enum {ABORTRUN = -2,
7  ABORTEVENT = -1,
8  EVENT_OK = 0,
10  SYNC_OK = 0,
11  SYNC_FAIL = -1,
14 }
15 
16 #endif /* __FUN4ALLRETURNCODES_H__ */