]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/AliHLTDefinitions.h
reverting r27483 partially in order to cope with bug of the PubSub framework
[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 /** @file   AliHLTDefinitions.h
9     @author Matthias Richter, Timm Steinbeck
10     @date   
11     @brief  Definitions for the HLT module.
12 */
13
14 #include "AliHLTDataTypes.h"
15
16 const AliHLTUInt32_t kAliHLTBlockAlignment = 64;
17
18 #endif