]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliGeometry.cxx
User stepping methods added (E. Futo)
[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.2.14.1  2002/07/24 10:08:13  alibrary
19 Updating VirtualMC
20
21 Revision 1.4  2002/05/31 08:04:10  morsch
22 Impact methode purely virtual.
23
24 Revision 1.3  2002/05/30 15:02:31  morsch
25 Impact method added. (G. Martinez)
26
27 Revision 1.2  2000/07/12 08:56:25  fca
28 Coding convention correction and warning removal
29
30 Revision 1.1  1999/12/17 09:01:14  fca
31 Y.Schutz new classes for reconstruction
32
33 */
34
35 //-*-C++-*-
36 //_________________________________________________________________________
37 // AliGeometry base class is pABC
38 //*-- Author : Yves Schutz  SUBATECH 
39 //////////////////////////////////////////////////////////////////////////////
40
41 // --- ROOT system ---
42
43 // --- Standard library ---
44
45 // --- AliRoot header files ---
46
47 #include "AliGeometry.h"
48
49 ClassImp(AliGeometry)
50
51 //____________________________________________________________________________
52 AliGeometry::AliGeometry()
53 {
54   //
55   // ctor
56   //
57 }
58
59 //____________________________________________________________________________
60 AliGeometry::~AliGeometry()
61 {
62   // dtor
63 }
64 //____________________________________________________________________________