FEDRA emulsion software from the OPERA Collaboration
Vt++.hh
Go to the documentation of this file.
1 #ifndef __VTPLUSPLUS_HH
2 #define __VTPLUSPLUS_HH
3 // *****************************************************************************
4 //
5 // source:
6 //
7 // type: source code
8 //
9 // created: 21. Aug 2000
10 //
11 // author: Thorsten Glebe
12 // HERA-B Collaboration
13 // Max-Planck-Institut fuer Kernphysik
14 // Saupfercheckweg 1
15 // 69117 Heidelberg
16 // Germany
17 // E-mail: T.Glebe@mpi-hd.mpg.de
18 //
19 // Description: Vt++ main package header file
20 //
21 // changes:
22 // 21 Aug 2000 (TG) creation
23 // 23 Okt 2000 (TG) #include "vt++/VtMassC.hh" added
24 //
25 // *****************************************************************************
26 
27 #include "vt++/VtVertex.hh"
28 #include "vt++/VtKalman.hh"
29 #include "vt++/VtRelation.hh"
30 #include "vt++/VtDistance.hh"
31 #include "vt++/VtUtil.hh"
32 #include "vt++/VtMassC.hh"
33 #endif