/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/src/TrkVolume.cxx

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: TrkVolume.cxx,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
00004 //
00005 // Description:
00006 //      Class TrkVolume
00007 //
00008 // Author List:
00009 //      Gautier Hamel de Monchenault - CEN Saclay & Lawrence Berkeley Lab
00010 //
00011 // History (add to end):
00012 //      Gautier   May 6, 1997  - creation
00013 //
00014 // Copyright Information:
00015 //      Copyright (C) 1997              Lawrence Berkeley Laboratory
00016 //      Copyright (C) 1997             CEA - Centre d'Etude de Saclay
00017 //
00018 //------------------------------------------------------------------------
00019 
00020 //----------------
00021 // BaBar Header --
00022 //----------------
00023 //#include "BaBar/BaBar.hh"
00024 
00025 //-----------------------
00026 // This Class's Header --
00027 //-----------------------
00028 #include "TrkBase/TrkVolume.h"
00029 
00030 
00031 //-----------------------------------------------------------------------
00032 // Local Macros, Typedefs, Structures, Unions and Forward Declarations --
00033 //-----------------------------------------------------------------------
00034 
00035 
00036 
00037 //----------------
00038 // Constructors --
00039 //----------------
00040 TrkVolume::TrkVolume() : _tvname("Unknown")
00041 {
00042 }
00043 
00044 TrkVolume::TrkVolume(const char* name) : _tvname(name)
00045 {
00046 }
00047 
00048 //--------------
00049 // Destructor --
00050 //--------------
00051 TrkVolume::~TrkVolume() 
00052 {
00053 }

Generated on Tue Nov 29 23:13:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7