]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRecPointListDataStruct.h
moving all definitions to AliHLTPHOSDefinitions
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRecPointListDataStruct.h
CommitLineData
91b95d47 1#ifndef ALIHLTPHOSRECPOINTLISTDATASTRUCT_H
2#define ALIHLTPHOSRECPOINTLISTDATASTRUCT_H
22216204 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
18struct AliHLTPHOSRecPointListDataStruct
19{
20 int fX;
21 int fZ;
22 int fModule;
23};
24
25#endif