Belle II Software  release-05-02-19
hitXPDerivate.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2017 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Valerio Bertacchi *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 #include <mdst/dataobjects/MCParticle.h>
13 #include <svd/dataobjects/SVDCluster.h>
14 #include <svd/dataobjects/SVDTrueHit.h>
15 #include <pxd/dataobjects/PXDTrueHit.h>
16 #include <vxd/geometry/SensorInfoBase.h>
17 #include <tracking/dataobjects/hitXP.h>
18 
19 namespace Belle2 {
29  class hitXPDerivate: public hitXP {
30 
31  public:
32 
34  hitXPDerivate() {}
35 
39  hitXPDerivate(const SVDTrueHit& hit, const SVDCluster& cluster, const MCParticle& particle, const VXD::SensorInfoBase& sensor);
40 
44  hitXPDerivate(const PXDTrueHit& hit, const MCParticle& particle, const VXD::SensorInfoBase& sensor);
45 
48  };
50 }
Belle2::hitXPDerivate::hitXPDerivate
hitXPDerivate()
empy constructor
Definition: hitXPDerivate.h:42
Belle2::hitXPDerivate::ClassDef
ClassDef(hitXPDerivate, 1)
needed by root
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19