2 /**************************************************************************
3 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * Authors: Oystein Djuvsland <oysteind@ift.uib.no> *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************
17 #ifndef ALIHLTPHOSGEOMETRY_H
18 #define ALIHLTPHOSGEOMETRY_H
20 #include "AliHLTCaloGeometry.h"
22 class AliHLTPHOSGeometry : public AliHLTCaloGeometry
26 /** Default constructor */
27 AliHLTPHOSGeometry (); //COMMENT
30 virtual ~AliHLTPHOSGeometry (); //COMMENT
32 /** Get the ALICE global coordinates for a rec point */
33 virtual void GetGlobalCoordinates ( AliHLTCaloRecPointDataStruct& recPoint, AliHLTCaloGlobalCoordinate& globalCoord ); //COMMENT
35 /** See base class for class documentation */
36 virtual void GetCellAbsId(UInt_t module, UInt_t x, UInt_t z, Int_t& AbsId) const { AbsId = 0; }
43 #endif // ALIHLTPHOSGEOMETRY_H