PandaRoot
MvdOfflineTBAnalysis_Topix4/mrfbase.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /*============================================================*/
14 /* mrfbase.h */
15 /* MVD Readout Framework Base Functions */
16 /* M.C. Mertens */
17 /*============================================================*/
18 
19 #ifndef __MRFBASE_H__
20 #define __MRFBASE_H__
21 
22 //#include <machine/types.h>
23 #include "Rtypes.h"
24 
25 //#include <stdint.h>
26 
28 namespace mrf {
30 typedef UInt_t registertype;
32 typedef UInt_t addresstype;
33 // typedef UInt_t devicetype;
34 } // namespace mrf
35 
36 #endif // __MRFBASE_H__
UInt_t registertype
Register content data type.
UInt_t addresstype
Register address data type.
Basic register address and content types used within MRF Suite.