Belle II Software  release-08-01-10
CDCDedxMomentumAlgorithm.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 
11 #include <calibration/CalibrationAlgorithm.h>
12 
13 namespace Belle2 {
23 
24  public:
25 
30 
35 
36  protected:
37 
41  virtual EResult calibrate() override;
42 
43  private:
44 
45  };
47 } // namespace Belle2
A calibration algorithm for CDC dE/dx electron cos(theta) dependence.
CDCDedxMomentumAlgorithm()
Constructor: Sets the description, the properties and the parameters of the algorithm.
virtual EResult calibrate() override
Scale Momentum algorithm.
Base class for calibration algorithms.
EResult
The result of calibration.
Abstract base class for different kinds of events.