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