]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliGeometry.cxx
The track length added to the reference hit
[u/mrichter/AliRoot.git] / STEER / AliGeometry.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
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  **************************************************************************/
15
16 /*
17 $Log$
18 Revision 1.3  2002/05/30 15:02:31  morsch
19 Impact method added. (G. Martinez)
20
21 Revision 1.2  2000/07/12 08:56:25  fca
22 Coding convention correction and warning removal
23
24 Revision 1.1  1999/12/17 09:01:14  fca
25 Y.Schutz new classes for reconstruction
26
27 */
28
29 //-*-C++-*-
30 //_________________________________________________________________________
31 // AliGeometry base class is pABC
32 //*-- Author : Yves Schutz  SUBATECH 
33 //////////////////////////////////////////////////////////////////////////////
34
35 // --- ROOT system ---
36
37 // --- Standard library ---
38
39 // --- AliRoot header files ---
40
41 #include "AliGeometry.h"
42
43 ClassImp(AliGeometry)
44
45 //____________________________________________________________________________
46 AliGeometry::AliGeometry()
47 {
48   //
49   // ctor
50   //
51 }
52
53 //____________________________________________________________________________
54 AliGeometry::~AliGeometry()
55 {
56   // dtor
57 }
58 //____________________________________________________________________________