|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETTOOLHELPERS_MCJESINPUTBASE_H
6 #define JETTOOLHELPERS_MCJESINPUTBASE_H
36 Gaudi::Property< std::string >
m_corrName {
this,
"corrName",
"JES",
"MCJES input" };
44 Gaudi::Property< std::string >
m_fileName {
this,
"inputfile",
"/afs/cern.ch/work/s/stapiaar/JetDev4/athena/JetToolHelpers/data/file_JES.config",
"File containing histograms" };
46 Gaudi::Property< std::string >
m_jetAlgo {
this,
"jetAlgo",
"AntiKt4EMPFlow",
"jet collection" };
61 double getJES(
const double X,
const double Y=0,
const double Emax=-1)
const;