Belle II Software development
TrackClusterSeparation.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 <tracking/dataobjects/TrackClusterSeparation.h>
10
11using namespace Belle2;
12
14 m_Distance(1.0E10), // "infinity"
15 m_TrackClusterAngle(0.0),
16 m_TrackClusterInitialSeparationAngle(0.0),
17 m_TrackClusterSeparationAngle(0.0),
18 m_TrackRotationAngle(0.0)
19{
20}
21
TrackClusterSeparation()
Empty constructor for default and ROOT IO (needed to make the class storable)
Abstract base class for different kinds of events.