LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
GeoAlgo-TypeDef.h
Go to the documentation of this file.
1 //
2 // type-def file for ROOT
3 //
4 
5 #ifndef BASICTOOL_GEOALGO_TYPEDEF_H
6 #define BASICTOOL_GEOALGO_TYPEDEF_H
7 
8 // Header files included here
9 #include "GeoAlgoConstants.h"
10 #include "GeoAlgoException.h"
11 #include "GeoVector.h"
12 #include "GeoTrajectory.h"
13 #include "GeoHalfLine.h"
14 #include "GeoLine.h"
15 #include "GeoLineSegment.h"
16 #include "GeoAABox.h"
17 #include "GeoAlgo.h"
18 
19 //ADD_NEW_HEADER ... do not change this comment line
20 
21 // Class forward declaration here
22 namespace geoalgo {
23  class GeoAlgoException;
24  class Vector;
25  class Trajectory;
26  class HalfLine;
27  class Line;
28  class LineSegment;
29  class AABox;
30  class GeoAlgo;
31 
32  class GeoObjCollection;
33 }
34 
35 //ADD_EMPTY_CLASS ... do not change this comment line
36 #endif
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
Class def header for a class HalfLine.
Class def header for a class GeoAlgoException.
Class def header for a class Line.
Class def header for a class AABox.
Class def header for a class Point and Vector.
Class def header for a class GeoAlgo.
Class def header for a class Trajectory.
Class def header for a class LineSegment.