Belle II Software  release-05-02-19
PXDIntercept.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2013 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Giulia Casarosa *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 
13 #include <tracking/dataobjects/VXDIntercept.h>
14 
15 namespace Belle2 {
24  class PXDIntercept : public VXDIntercept {
25 
27  ClassDef(PXDIntercept, 2);
28  };
30 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::PXDIntercept::ClassDef
ClassDef(PXDIntercept, 2)
Needed to make the ROOT object storable.