|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETTOOLHELPERS_HISTOINPUTBASE_H
6 #define JETTOOLHELPERS_HISTOINPUTBASE_H
40 Gaudi::Property< std::string >
m_fileName {
this,
"inputfile",
"JetUncertainties/CalibArea-08/rel21/Summer2019/R4_AllComponents.root",
"File containing histograms" };
42 Gaudi::Property< std::string >
m_histName {
this,
"histName",
"Zjet_MuStat3_AntiKt4EMPFlow",
"name of histrogram" };
53 Gaudi::Property<std::string>
m_interpStr {
this,
"InterpType",
"Full",
"Interpolation to run: Full/OnlyX/OnlyY/None"};