]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CALO/AliHLTCaloGlobalCoordinate.h
Update master to aliroot
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloGlobalCoordinate.h
CommitLineData
505b442d 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
22struct AliHLTCaloGlobalCoordinate
23{
f710c5c9 24 Double_t fX;
25 Double_t fY;
26 Double_t fZ;
505b442d 27};
28
29#endif