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
34
38
39
40
41
42
double m_ShieldLength
Inner radius of the Radiation Shield.
double m_Cav1Length
Inner radius of the cavity #1.
double m_Cav2Rmin
Inner radius of the cavity #2.
double m_ShieldRmax
Inner radius of the Radiation Shield.
double m_GlobalOffsetZ
Global offset along beam axis between coil and detector.
double m_Cav1Rmin
Inner radius of the cavity #1.
int m_Version
Geometry version.
double m_Cav2Rmax
Inner radius of the cavity #2.
double m_CoilRmax
Inner radius of the Superconducting Coil.
double m_Cav1Rmax
Inner radius of the cavity #1.
double m_Cav2Length
Inner radius of the cavity #2.
double m_CoilRmin
Inner radius of the Superconducting Coil.
double m_GlobalRotAngle
Global rotation angle between coil and detector.
double m_CoilLength
Inner radius of the Superconducting Coil.
double m_CryoLength
Half-length of the cryostat vessel.
double m_ShieldRmin
Inner radius of the Radiation Shield.
double m_CryoRmax
Outer radius of the cryostat vessel.
COILGeometryPar()
Default constructor.
double m_CryoRmin
Inner radius of the cryostat vessel.
Abstract base class for different kinds of events.