Belle II Software development
PlanarVXDMomentumMeasurement.cc
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#include <tracking/trackFitting/measurementCreator/measurements/PlanarVXDMomentumMeasurement.h>
10
11
12using namespace Belle2;
13
14template<>
16{
17 return Belle2::Const::PXD;
18}
19
20template<>
22{
23 return Belle2::Const::SVD;
24}
int getDetId() const
Return the detector ID.
Abstract base class for different kinds of events.