Belle II Software  release-05-01-25
COILGeometryPar.cc
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2016 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Alexandre BEAULIEU *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #include <structure/dbobjects/COILGeometryPar.h>
12 
13 using namespace Belle2;
14 
16  m_GlobalRotAngle(0),
17  m_GlobalOffsetZ(0),
18  m_CryoRmin(0),
19  m_CryoRmax(0),
20  m_CryoLength(0),
21  m_Cav1Rmin(0),
22  m_Cav1Rmax(0),
23  m_Cav1Length(0),
24  m_Cav2Rmin(0),
25  m_Cav2Rmax(0),
26  m_Cav2Length(0),
27  m_ShieldRmin(0),
28  m_ShieldRmax(0),
29  m_ShieldLength(0),
30  m_CoilRmin(0),
31  m_CoilRmax(0),
32  m_CoilLength(0)
33 
34 {
35 }
36 
38 {
39 }
40 
41 
42 
43 
44 
Belle2::COILGeometryPar::~COILGeometryPar
~COILGeometryPar()
Destructor.
Definition: COILGeometryPar.cc:37
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::COILGeometryPar::COILGeometryPar
COILGeometryPar()
Default constructor.
Definition: COILGeometryPar.cc:15