]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CALO/AliHLTCaloGlobalCoordinate.h
- adding geometry classes to facilitate for having a CALO class for evaluating cluste...
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloGlobalCoordinate.h
1 #ifndef ALIHLTCALOGLOBALCOORDINATE_H
2 #define ALIHLTCALOGLOBALCOORDINATE_H
3
4 /**************************************************************************
5  * This file is property of and copyright by the Experimental Nuclear     *
6  * Physics Group, Dep. of Physics                                         *
7  * University of Oslo, Norway, 2007                                       *
8  *                                                                        *
9  * Author: Federico Ronchetti                                                             *
10  *                                                                        *
11  * Permission to use, copy, modify and distribute this software and its   *
12  * documentation strictly for non-commercial purposes is hereby granted   *
13  * without fee, provided that the above copyright notice appears in all   *
14  * copies and that both the copyright notice and this permission notice   *
15  * appear in the supporting documentation. The authors make no claims     *
16  * about the suitability of this software for any purpose. It is          *
17  * provided "as is" without express or implied warranty.                  *
18  **************************************************************************/
19
20 #include "Rtypes.h"
21
22 struct  AliHLTCaloGlobalCoordinate
23 {
24   float fX;
25   float fY;
26   float fZ;
27 };
28
29 #endif