BOSS 7.0.6
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//-----------------------------------------------------------------------
32// Local Macros, Typedefs, Structures, Unions and Forward Declarations --
33//-----------------------------------------------------------------------
34
35
36
37//----------------
38// Constructors --
39//----------------
40TrkVolume::TrkVolume() : _tvname("Unknown")
41{
42}
43
44TrkVolume::TrkVolume(const char* name) : _tvname(name)
45{
46}
47
48//--------------
49// Destructor --
50//--------------
52{
53}
virtual ~TrkVolume()
Definition: TrkVolume.cxx:51