1 #ifndef _HFVALUESTRUCT_H
2 #define _HFVALUESTRUCT_H
21 double EnCor(
int ieta)
const;
33 std::vector<double>
EnCor()
const;
34 std::vector<double>
PUSlope()
const;
38 void setEnCor(
const std::vector<double>& val);
39 void setPUSlope(
const std::vector<double>& val);
int ietaByIndex(int &indx) const
void setEnCor(int ieta, double val)
std::vector< double > EnCor() const
std::vector< double > PUSlope() const
std::vector< double > hfvv_
void setPUSlope(int ieta, double val)
std::vector< double > PUIntercept() const
int indexByIeta(int &ieta) const
void setPUIntercept(int ieta, double val)