]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliGeometry.cxx
Merging the VirtualMC branch to the main development branch (HEAD)
[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$
b9d0a01d 18Revision 1.2.14.1 2002/07/24 10:08:13 alibrary
19Updating VirtualMC
20
21Revision 1.4 2002/05/31 08:04:10 morsch
22Impact methode purely virtual.
23
d4b59317 24Revision 1.3 2002/05/30 15:02:31 morsch
25Impact method added. (G. Martinez)
26
0b3522a3 27Revision 1.2 2000/07/12 08:56:25 fca
28Coding convention correction and warning removal
29
8918e700 30Revision 1.1 1999/12/17 09:01:14 fca
31Y.Schutz new classes for reconstruction
32
2a33668d 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
49ClassImp(AliGeometry)
50
51//____________________________________________________________________________
52AliGeometry::AliGeometry()
53{
8918e700 54 //
2a33668d 55 // ctor
8918e700 56 //
2a33668d 57}
58
59//____________________________________________________________________________
60AliGeometry::~AliGeometry()
61{
62 // dtor
63}
0b3522a3 64//____________________________________________________________________________