Belle II Software  release-08-01-10
VXDGeoPlacementPar.cc
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 
9 #include <vxd/dbobjects/VXDGeoPlacementPar.h>
10 
11 
12 
13 
14 using namespace Belle2;
15 using namespace std;
16 
17 
18 VXDGeoPlacementPar::VXDGeoPlacementPar(const std::string& name, double u, double v, const std::string& w,
19  double woffset): m_name(name),
20  m_u(u),
21  m_v(v), m_w(w), m_woffset(woffset)
22 { }
23 
24 
25 
VXDGeoPlacementPar(const std::string &name="", double u=0, double v=0, const std::string &w="bottom", double woffset=0)
Constructor.
Abstract base class for different kinds of events.