]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSClusterDataStruct.h
8e647c4f55f0b4cdadad86328bd89772b783aa24
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSClusterDataStruct.h
1 #ifndef ALIHLTPHOSCLUSTERDATASTRUCT
2 #define ALIHLTPHOSCLUSTERDATASTRUCT
3
4 /**************************************************************************
5  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
6  *                                                                        *
7  * Authors: Ã˜ystein Djuvsland <oysteind@ift.uib.no>                       *
8  *                                                                        *
9  * Permission to use, copy, modify and distribute this software and its   *
10  * documentation strictly for non-commercial purposes is hereby granted   *
11  * without fee, provided that the above copyright notice appears in all   *
12  * copies and that both the copyright notice and this permission notice   *
13  * appear in the supporting documentation. The authors make no claims     *
14  * about the suitability of this software for any purpose. It is          *
15  * provided "as is" without express or implied warranty.                  *
16  **************************************************************************/
17
18
19 #include "Rtypes.h"
20 #include "AliHLTPHOSCommonDefs.h"
21 #include "AliHLTDataTypes.h"
22
23 struct AliHLTPHOSClusterDataStruct
24 {
25   Float_t fClusterEnergy;
26   Float_t fLocalPositionPtr[2];
27   AliHLTUInt8_t fPHOSModule;
28 };
29
30 #endif