]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/BASE/AliHLTDefinitions.h
minor coverity defect: added protection for self-assignment
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDefinitions.h
CommitLineData
71d7c760 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
b22e91eb 8/** @file AliHLTDefinitions.h
9 @author Matthias Richter, Timm Steinbeck
10 @date
11 @brief Definitions for the HLT module.
12*/
13
71d7c760 14#include "AliHLTDataTypes.h"
15
16const AliHLTUInt32_t kAliHLTBlockAlignment = 64;
17
18#endif