00001 #ifndef SIMEVTS_H
00002 #define SIMEVTS_H
00003
00004 #define N_INMEM_EVTS 10
00005
00006
00007 #define L1A_BIT 5
00008 #define ID_BIT 1
00009 #define TYPE_BIT 0
00010
00011 #if defined(SCT_ROD)
00012 #include "sctStructure.h"
00013 #include "ABCDScans.h"
00014
00015 #define NCHIPS 16
00016 #define NCHAN N_SCT_CHANS
00017 #define NMODULES N_SCT_MODULES
00018
00019 #include "simEvts_sct.h"
00020 #include "inmemFxn_sct.h"
00021
00022 #elif defined(PIXEL_ROD)
00023 #include "pixelScans.h"
00024 #include "simEvts_pxl.h"
00025 #include "inmemFxn_pxl.h"
00026 #endif
00027
00028 #endif