Belle II Software  release-05-01-25
Constants.h
1 //-----------------------------------------------------------------------------
2 // $Id$
3 //-----------------------------------------------------------------------------
4 // Filename : Constants.h
5 // Section : TRG
6 // Owner : Yoshihito Iwasaki
7 // Email : yoshihito.iwasaki@kek.jp
8 //-----------------------------------------------------------------------------
9 // Description : Constants used in TRG
10 //-----------------------------------------------------------------------------
11 // $Log$
12 //-----------------------------------------------------------------------------
13 
14 #ifndef TRGConstants_FLAG_
15 #define TRGConstants_FLAG_
16 
17 #include "CLHEP/Geometry/Point3D.h"
18 
19 namespace Belle2 {
25  extern const HepGeom::Point3D<double> ORIGIN;
27 
29 }
30 
31 #endif /* TRGConstants_FLAG_ */
32 
Belle2::ORIGIN
const HepGeom::Point3D< double > ORIGIN
Origin 3D point.
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
HepGeom::Point3D< double >