CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEDConstants.h
Go to the documentation of this file.
1 #ifndef EVF_FEDINTERFACE_FEDCONSTANTS_H
2 #define EVF_FEDINTERFACE_FEDCONSTANTS_H
3 
4 namespace evf{
5  namespace evtn{
6  const unsigned int SLINK_WORD_SIZE = 8;
7  const unsigned int SLINK_HALFWORD_SIZE = 4;
8  const unsigned int FED_HEADER_SIZE = SLINK_WORD_SIZE;
9  const unsigned int FED_TRAILER_SIZE = SLINK_WORD_SIZE;
10  }
11 }
12 #endif
const unsigned int SLINK_HALFWORD_SIZE
Definition: FEDConstants.h:7
const unsigned int FED_TRAILER_SIZE
Definition: FEDConstants.h:9
const unsigned int FED_HEADER_SIZE
Definition: FEDConstants.h:8
const unsigned int SLINK_WORD_SIZE
Definition: FEDConstants.h:6