BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkVolume.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: TrkVolume.cxx,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
4//
5// Description:
6// Class TrkVolume
7//
8// Author List:
9// Gautier Hamel de Monchenault - CEN Saclay & Lawrence Berkeley Lab
10//
11// History (add to end):
12// Gautier May 6, 1997 - creation
13//
14// Copyright Information:
15// Copyright (C) 1997 Lawrence Berkeley Laboratory
16// Copyright (C) 1997 CEA - Centre d'Etude de Saclay
17//
18//------------------------------------------------------------------------
19
20//----------------
21// BaBar Header --
22//----------------
23// #include "BaBar/BaBar.hh"
24
25//-----------------------
26// This Class's Header --
27//-----------------------
28#include "TrkBase/TrkVolume.h"
29
30//-----------------------------------------------------------------------
31// Local Macros, Typedefs, Structures, Unions and Forward Declarations --
32//-----------------------------------------------------------------------
33
34//----------------
35// Constructors --
36//----------------
37TrkVolume::TrkVolume() : _tvname( "Unknown" ) {}
38
39TrkVolume::TrkVolume( const char* name ) : _tvname( name ) {}
40
41//--------------
42// Destructor --
43//--------------
virtual ~TrkVolume()
Definition TrkVolume.cxx:44