Belle II Software  release-05-01-25
VXDGeoPlacementPar.cc
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2015 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Benjamin Schwenker *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #include <vxd/dbobjects/VXDGeoPlacementPar.h>
12 
13 
14 
15 
16 using namespace Belle2;
17 using namespace std;
18 
19 
20 VXDGeoPlacementPar::VXDGeoPlacementPar(const std::string& name, double u, double v, const std::string& w,
21  double woffset): m_name(name),
22  m_u(u),
23  m_v(v), m_w(w), m_woffset(woffset)
24 { }
25 
26 
27 
Belle2::VXDGeoPlacementPar::VXDGeoPlacementPar
VXDGeoPlacementPar(const std::string &name="", double u=0, double v=0, const std::string &w="bottom", double woffset=0)
Constructor.
Definition: VXDGeoPlacementPar.cc:20
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19