5#ifndef ASGFORWARDELECTRONCALIBRATIONTOOL_H
6#define ASGFORWARDELECTRONCALIBRATIONTOOL_H
33#include "lwtnn/LightweightGraph.hh"
85 std::vector<float>& inputs)
const;
96 Gaudi::Property<double>
m_pTMin {
this,
"pTMin", 10000,
"Lower bound of pT Min scaling [MeV]"};
97 Gaudi::Property<double>
m_pTMax {
this,
"pTMax", 255000,
"Lower bound of pT Max scaling [MeV]"};
100 Gaudi::Property<std::vector<std::string>>
m_modelFiles {
this,
"ModelFiles",{
"",
"",
""} ,
"lwtnn JSON files, one per eta bin (in eta order)"};
101 std::vector<std::unique_ptr<lwt::LightweightGraph>>
m_graphs;
A tool used to Compute the pT Calibration.
Electron_v1 Electron
Definition of the current "egamma version".