]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSDefinitions.cxx
- Changed module names to be the same as the libraries names;
[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
af9f6cb4 32const AliHLTComponentDataType AliHLTPHOSDefinitions::gkDDLPackedRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','_','R','W','P','K'},{'P','H','O','S'}};;
33const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellEnergyDataType = { sizeof(AliHLTComponentDataType), {'C','E','L','L','E','N','E','R'},{'P','H','O','S'}};;
34const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellEnergyHistogramDataType = { sizeof(AliHLTComponentDataType), {'E','N','E','R','H','I','S','T'},{'P','H','O','S'}};;
35const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellAverageEnergyDataType = { sizeof(AliHLTComponentDataType), {'E','N','E','R','A','V','E','R'},{'P','H','O','S'}};;
36const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellAccumulatedEnergyDataType = { sizeof(AliHLTComponentDataType), {'E','N','E','R','A','C','C','U'},{'P','H','O','S'}};;
37const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellTimingHistogramDataType = { sizeof(AliHLTComponentDataType), {'T','I','M','E','H','I','S','T'},{'P','H','O','S'}};;
38const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellTimingAverageDataType = { sizeof(AliHLTComponentDataType), {'T','I','M','E','A','V','E','R'},{'P','H','O','S'}};;
2c7bad44 39const AliHLTComponentDataType AliHLTPHOSDefinitions::gkCellChannelDataDataType = { sizeof(AliHLTComponentDataType), {'C','H','A','N','D','A','T','A'},{'P','H','O','S'}};;