]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliGeometry.cxx
Typo corrected
[u/mrichter/AliRoot.git] / STEER / AliGeometry.cxx
CommitLineData
2a33668d 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$
d4b59317 18Revision 1.3 2002/05/30 15:02:31 morsch
19Impact method added. (G. Martinez)
20
0b3522a3 21Revision 1.2 2000/07/12 08:56:25 fca
22Coding convention correction and warning removal
23
8918e700 24Revision 1.1 1999/12/17 09:01:14 fca
25Y.Schutz new classes for reconstruction
26
2a33668d 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
43ClassImp(AliGeometry)
44
45//____________________________________________________________________________
46AliGeometry::AliGeometry()
47{
8918e700 48 //
2a33668d 49 // ctor
8918e700 50 //
2a33668d 51}
52
53//____________________________________________________________________________
54AliGeometry::~AliGeometry()
55{
56 // dtor
57}
0b3522a3 58//____________________________________________________________________________