5#ifndef JETTOOLHELPERS_HISTOINPUTBASE_H
6#define JETTOOLHELPERS_HISTOINPUTBASE_H
42 Gaudi::Property< std::string >
m_fileName {
this,
"inputfile",
"JetUncertainties/CalibArea-08/rel21/Summer2019/R4_AllComponents.root",
"File containing histograms" };
44 Gaudi::Property< std::string >
m_histName {
this,
"histName",
"Zjet_MuStat3_AntiKt4EMPFlow",
"name of histrogram" };
53 double readFromHisto(
const double X,
const double Y=0,
const double Z=0)
const;
55 Gaudi::Property<std::string>
m_interpStr {
this,
"InterpType",
"Full",
"Interpolation to run: Full/OnlyX/OnlyY/None"};