Belle II Software  release-05-01-25
PXD2TrackEvent.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2021 Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Qingyuan Liu *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 
13 #include <pxd/utilities/PXDPerformanceStructs.h>
14 #include <pxd/utilities/PXD2TrackBase.h>
15 
16 
17 namespace Belle2 {
23  using namespace Belle2::PXD;
24 
25 
33  class PXD2TrackEvent : public PXD2TrackBase<Track_t > {
34 
35  ClassDef(PXD2TrackEvent, 1);
36  };
38 } // end namespace Belle2
Belle2::PXD
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Definition: PXDCalibrationUtilities.h:28
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19