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
21
float m_TrackClusterSeparationAngle
angle between the track's momentum at the POCA and the cluster direction
TrackClusterSeparation()
Empty constructor for default and ROOT IO (needed to make the class storable)
float m_TrackRotationAngle
angle between the track's momentum at the origin and at the POCA
float m_TrackClusterInitialSeparationAngle
angle between the track's momentum at the origin and the cluster direction
float m_Distance
distance between the track and KLM cluster
float m_TrackClusterAngle
angle between the track's momentum at the POCA and the track-to-cluster direction (nominally pi/2)
Abstract base class for different kinds of events.