MIDAS
Loading...
Searching...
No Matches
mevb.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EBUILDER_SETTINGS
 
struct  EBUILDER_STATISTICS
 
struct  EBUILDER_CHANNEL
 

Macros

#define EBUILDER(_name)
 
#define EB_SUCCESS   1
 
#define EB_COMPOSE_TIMEOUT   -1
 
#define EB_ERROR   1001
 
#define EB_USER_ERROR   1002
 
#define EB_ABORTED   1003
 
#define EB_SKIP   1004
 
#define EB_BANK_NOT_FOUND   0
 
#define TIMEOUT   10000
 
#define MAX_CHANNELS   128
 

Macro Definition Documentation

◆ EB_ABORTED

#define EB_ABORTED   1003

Definition at line 61 of file mevb.h.

◆ EB_BANK_NOT_FOUND

#define EB_BANK_NOT_FOUND   0

Definition at line 63 of file mevb.h.

◆ EB_COMPOSE_TIMEOUT

#define EB_COMPOSE_TIMEOUT   -1

Definition at line 58 of file mevb.h.

◆ EB_ERROR

#define EB_ERROR   1001

Definition at line 59 of file mevb.h.

◆ EB_SKIP

#define EB_SKIP   1004

Definition at line 62 of file mevb.h.

◆ EB_SUCCESS

#define EB_SUCCESS   1

Definition at line 57 of file mevb.h.

◆ EB_USER_ERROR

#define EB_USER_ERROR   1002

Definition at line 60 of file mevb.h.

◆ EBUILDER

#define EBUILDER (   _name)
Value:
char const *_name[] = {\
"[.]",\
"Number of Fragment = INT : 0",\
"User build = BOOL : n",\
"User Field = STRING : [64] 100",\
"Fragment Required = BOOL[2] :",\
"[0] y",\
"[1] y",\
"",\
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
Definition rmidas.h:24

Definition at line 11 of file mevb.h.

11 {\
12"[.]",\
13"Number of Fragment = INT : 0",\
14"User build = BOOL : n",\
15"User Field = STRING : [64] 100",\
16"Fragment Required = BOOL[2] :",\
17"[0] y",\
18"[1] y",\
19"",\
20NULL }

◆ MAX_CHANNELS

#define MAX_CHANNELS   128

Definition at line 65 of file mevb.h.

◆ TIMEOUT

#define TIMEOUT   10000

Definition at line 64 of file mevb.h.