Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

simEvts.h

00001 #ifndef SIMEVTS_H
00002 #define SIMEVTS_H
00003 
00004 #define N_INMEM_EVTS 10
00005 
00006 /* bit positions in the 8-bit wide TIM FIFO */
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 /* Multiple inclusion protection */

Generated on Fri Dec 16 19:38:20 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5