Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:34

0001 /* 
0002 ** frameSourceIds.h
0003 ** 
0004 ** Author: $Author: purschke $  
0005 **   Date: $Date: 2000/07/21 01:51:14 $ 
0006 ** 
0007 ** $Log: frameSourceIds.h,v $
0008 ** Revision 1.1.1.1  2000/07/21 01:51:14  purschke
0009 ** mlp -- adding the new automakified "basic" module to CVS.
0010 **
0011 **
0012 ** Revision 1.3  1998/12/11 22:01:43  markacs
0013 ** (stephen markacs) adding log into cvs tags
0014 ** 
0015 */
0016 
0017 #ifndef _FRAME_SOURCE_IDS_
0018 #define _FRAME_SOURCE_IDS_
0019 
0020 enum frameSourceId {
0021   dummyFrameId = 1,
0022   pdaqFrameId = 101  
0023 };
0024 
0025 #endif // _FRAME_SOURCE_IDS_
0026