]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/AliHLTDefinitions.h
Added the digit reader classes that allow reading of raw packed and unpacked
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDefinitions.h
1 // @(#) $Id$
2
3 #ifndef ALIHLTDEFINITIONS_H
4 #define ALIHLTDEFINITIONS_H
5 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
6  * See cxx source for full Copyright notice                               */
7
8 #include "AliHLTDataTypes.h"
9
10 const AliHLTUInt32_t kAliHLTBlockAlignment = 64;
11
12 #endif