Belle II Software  release-08-01-10
MillepedeTreeConversionAlgorithm.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 {
25 
26  public:
27 
32 
37 
42 
46  void setOutputFile(const char* outputFile);
47 
48  private:
49 
51  std::string m_OutputFile;
52 
53  };
54 
56 }
57 
Base class for calibration algorithms.
EResult
The result of calibration.
Creation of a plain TTree with residual and global derivative values from GBL data saved to a ROOT fi...
void setOutputFile(const char *outputFile)
Set output file name.
CalibrationAlgorithm::EResult calibrate() override
Calibration.
Abstract base class for different kinds of events.