ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

/* $Id$ */

//-*-C++-*-
//_________________________________________________________________________
// AliGeometry base class is pABC
//*-- Author : Yves Schutz  SUBATECH 
//////////////////////////////////////////////////////////////////////////////

// --- ROOT system ---

// --- Standard library ---

// --- AliRoot header files ---

#include "AliGeometry.h"

ClassImp(AliGeometry)

//____________________________________________________________________________
AliGeometry::AliGeometry()
{
  //
  // ctor
  //
}

//____________________________________________________________________________
AliGeometry::~AliGeometry()
{
  // dtor
}
//____________________________________________________________________________
 AliGeometry.cxx:1
 AliGeometry.cxx:2
 AliGeometry.cxx:3
 AliGeometry.cxx:4
 AliGeometry.cxx:5
 AliGeometry.cxx:6
 AliGeometry.cxx:7
 AliGeometry.cxx:8
 AliGeometry.cxx:9
 AliGeometry.cxx:10
 AliGeometry.cxx:11
 AliGeometry.cxx:12
 AliGeometry.cxx:13
 AliGeometry.cxx:14
 AliGeometry.cxx:15
 AliGeometry.cxx:16
 AliGeometry.cxx:17
 AliGeometry.cxx:18
 AliGeometry.cxx:19
 AliGeometry.cxx:20
 AliGeometry.cxx:21
 AliGeometry.cxx:22
 AliGeometry.cxx:23
 AliGeometry.cxx:24
 AliGeometry.cxx:25
 AliGeometry.cxx:26
 AliGeometry.cxx:27
 AliGeometry.cxx:28
 AliGeometry.cxx:29
 AliGeometry.cxx:30
 AliGeometry.cxx:31
 AliGeometry.cxx:32
 AliGeometry.cxx:33
 AliGeometry.cxx:34
 AliGeometry.cxx:35
 AliGeometry.cxx:36
 AliGeometry.cxx:37
 AliGeometry.cxx:38
 AliGeometry.cxx:39
 AliGeometry.cxx:40
 AliGeometry.cxx:41
 AliGeometry.cxx:42
 AliGeometry.cxx:43
 AliGeometry.cxx:44
 AliGeometry.cxx:45
 AliGeometry.cxx:46
 AliGeometry.cxx:47