Belle II Software development
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 {
28 class PXD2TrackEvent : public PXD2TrackBase<Belle2::PXD::Track_t> {
29
31 };
33} // end namespace Belle2
Class PXD2TrackBase: Event data container for performance and calibration studies.
Definition: PXD2TrackBase.h:39
Class PXD2TrackEvent: Event data container for performance and calibration studies.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.