Belle II Software development
DedxVariables.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
11namespace Belle2 {
16 class Particle;
17
18 namespace Variable {
19
23 double SVD_p(const Particle* part);
27 double SVD_pTrue(const Particle* part);
31 double SVDdedx(const Particle* part);
35 double SVD_nHits(const Particle* part);
39 double SVD_CosTheta(const Particle* part);
40
41
42 }
44} // Belle2 namespace
45
Abstract base class for different kinds of events.