Belle II Software prerelease-10-00-00a
PXD2TrackEvent.h
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#pragma once
10
11#include <pxd/utilities/PXDPerformanceStructs.h>
12#include <pxd/utilities/PXD2TrackBase.h>
13
14
15namespace Belle2 {
20
28 class PXD2TrackEvent : public PXD2TrackBase<Belle2::PXD::Track_t> {
29
31 };
32
33} // end namespace Belle2
Class PXD2TrackEvent: Event data container for performance and calibration studies.
Abstract base class for different kinds of events.