Belle II Software  release-05-01-25
Constants.cc
1 //-----------------------------------------------------------------------------
2 // $Id$
3 //-----------------------------------------------------------------------------
4 // Filename : Constants.cc
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 #define TRG_SHORT_NAMES
15 
16 #include "trg/trg/Constants.h"
17 
18 namespace Belle2 {
24  const HepGeom::Point3D<double> ORIGIN(0, 0, 0);
26 
28 }
29 
30 
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 >