CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FUTypes.h
Go to the documentation of this file.
1 //
2 // FU type definitions
3 //
4 
5 #include "toolbox/mem/Reference.h"
6 #include <vector>
7 
8 namespace evf {
9 
10 typedef toolbox::mem::Reference MemRef_t;
11 
12 typedef unsigned int UInt_t;
13 typedef unsigned short UShort_t;
14 typedef unsigned char UChar_t;
15 typedef std::vector<UInt_t> UIntVec_t;
16 
17 } // namespace evf
unsigned short UShort_t
Definition: FUTypes.h:13
toolbox::mem::Reference MemRef_t
Definition: FUTypes.h:10
unsigned char UChar_t
Definition: FUTypes.h:14
unsigned int UInt_t
Definition: FUTypes.h:12
std::vector< UInt_t > UIntVec_t
Definition: FUTypes.h:15