Belle II Software  release-06-02-00
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 
15 namespace Belle2 {
21  using namespace Belle2::PXD;
22 
23 
31  class PXD2TrackEvent : public PXD2TrackBase<Track_t > {
32 
33  ClassDef(PXD2TrackEvent, 1)
34  };
36 } // 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.
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.