Class Reference for E1039 Core & Analysis Software
SyncDefs.h
Go to the documentation of this file.
1 #ifndef SYNCDEFS_H__
2 #define SYNCDEFS_H__
3 
4 namespace syncdefs
5 {
6  static const int NUM_SYNC_VARS=4;
7  static const char *SYNCVARS[] = { "eventcounter", "eventnumber", "runnumber", "segmentnumber"};
8 }
9 
10 #endif
static const char * SYNCVARS[]
Definition: SyncDefs.h:7
static const int NUM_SYNC_VARS
Definition: SyncDefs.h:6