]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSDefinitions.cxx
bugfix, added missing header file
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.cxx
CommitLineData
0a211711 1// $Id$
2
3/**************************************************************************
4 * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
5 * *
4bdc711c 6 * Authors: Per Thomas Hille <perthi@fys.uio.no>, after *
7 * Matthias Richter <Matthias.Richter@ift.uib.no> *
8 * Timm Steinbeck <timm@kip.uni-heidelberg.de> *
9 * for the ALICE Offline Project. *
10 * *
0a211711 11 * Contributors are mentioned in the code where appropriate. *
12 * *
13 * Permission to use, copy, modify and distribute this software and its *
14 * documentation strictly for non-commercial purposes is hereby granted *
15 * without fee, provided that the above copyright notice appears in all *
16 * copies and that both the copyright notice and this permission notice *
17 * appear in the supporting documentation. The authors make no claims *
18 * about the suitability of this software for any purpose. It is *
19 * provided "as is" without express or implied warranty. *
20 **************************************************************************/
21
22
23///////////////////////////////////////////////////////////////////////////////
24// //
25// Definitions for the HLT PHOS components //
26// //
27///////////////////////////////////////////////////////////////////////////////
28
29#include "AliHLTPHOSDefinitions.h"
30
31
0a211711 32const AliHLTComponentDataType AliHLTPHOSDefinitions::gkDDLPackedRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','_','R','W','P','K'},{'P','H','O','S'}};;
d1f6f97f 33const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellEnergyDataType = { sizeof(AliHLTComponentDataType), {'C','E','L','L','E','N','E','R'},{'P','H','O','S'}};;
bde48b84 34
0a211711 35
36