FairRoot/PandaRoot
MvdTestBeam/Tools/mrfbase.h
Go to the documentation of this file.
1 /*============================================================*/
2 /* mrfbase.h */
3 /* MVD Readout Framework Base Functions */
4 /* M.C. Mertens */
5 /*============================================================*/
6 
7 
8 #ifndef __MRFBASE_H__
9 #define __MRFBASE_H__
10 
11 //#include <machine/types.h>
12 #include "Rtypes.h"
13 
14 
15 //#include <stdint.h>
16 
18 namespace mrf {
20  typedef UInt_t registertype;
22  typedef UInt_t addresstype;
23 // typedef UInt_t devicetype;
24 }
25 
26 #endif // __MRFBASE_H__
27 
UInt_t registertype
Register content data type.
UInt_t addresstype
Register address data type.