Belle II Software development
COILGeometryPar.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 <structure/dbobjects/COILGeometryPar.h>
10
11using namespace Belle2;
12
14 m_GlobalRotAngle(0),
15 m_GlobalOffsetZ(0),
16 m_CryoRmin(0),
17 m_CryoRmax(0),
18 m_CryoLength(0),
19 m_Cav1Rmin(0),
20 m_Cav1Rmax(0),
21 m_Cav1Length(0),
22 m_Cav2Rmin(0),
23 m_Cav2Rmax(0),
24 m_Cav2Length(0),
25 m_ShieldRmin(0),
26 m_ShieldRmax(0),
27 m_ShieldLength(0),
28 m_CoilRmin(0),
29 m_CoilRmax(0),
30 m_CoilLength(0)
31
32{
33}
34
36{
37}
38
39
40
41
42
COILGeometryPar()
Default constructor.
Abstract base class for different kinds of events.