#include <HFValueStruct.h>
Definition at line 8 of file HFValueStruct.h.
◆ HFValueStruct() [1/2]
reco::HFValueStruct::HFValueStruct |
( |
| ) |
|
|
inline |
◆ HFValueStruct() [2/2]
reco::HFValueStruct::HFValueStruct |
( |
const int & |
version, |
|
|
const std::vector< double > & |
vect |
|
) |
| |
◆ EnCor() [1/2]
double reco::HFValueStruct::EnCor |
( |
int |
ieta | ) |
const |
◆ EnCor() [2/2]
std::vector< double > reco::HFValueStruct::EnCor |
( |
| ) |
const |
Definition at line 76 of file HFValueStruct.cc.
References cuy::ii.
77 std::vector<double> vct;
79 for (
int ii = 0;
ii < 13;
ii++)
82 for (
int ii = 0;
ii < 13;
ii++)
std::vector< double > hfvv_
◆ ietaByIndex()
int reco::HFValueStruct::ietaByIndex |
( |
int & |
indx | ) |
const |
|
private |
Definition at line 28 of file HFValueStruct.cc.
28 {
return (indx > 13) ? (indx + 29 - 13) : (indx - 41); }
◆ indexByIeta()
int reco::HFValueStruct::indexByIeta |
( |
int & |
ieta | ) |
const |
|
private |
◆ PUIntercept() [1/2]
double reco::HFValueStruct::PUIntercept |
( |
int |
ieta | ) |
const |
◆ PUIntercept() [2/2]
std::vector< double > reco::HFValueStruct::PUIntercept |
( |
| ) |
const |
Definition at line 100 of file HFValueStruct.cc.
References cuy::ii.
101 std::vector<double> vct;
103 for (
int ii = 0;
ii < 13;
ii++)
106 for (
int ii = 0;
ii < 13;
ii++)
std::vector< double > hfvv_
◆ PUSlope() [1/2]
double reco::HFValueStruct::PUSlope |
( |
int |
ieta | ) |
const |
◆ PUSlope() [2/2]
std::vector< double > reco::HFValueStruct::PUSlope |
( |
| ) |
const |
Definition at line 88 of file HFValueStruct.cc.
References cuy::ii.
89 std::vector<double> vct;
91 for (
int ii = 0;
ii < 13;
ii++)
94 for (
int ii = 0;
ii < 13;
ii++)
std::vector< double > hfvv_
◆ setEnCor() [1/2]
void reco::HFValueStruct::setEnCor |
( |
int |
ieta, |
|
|
double |
val |
|
) |
| |
◆ setEnCor() [2/2]
void reco::HFValueStruct::setEnCor |
( |
const std::vector< double > & |
val | ) |
|
◆ setPUIntercept() [1/2]
void reco::HFValueStruct::setPUIntercept |
( |
int |
ieta, |
|
|
double |
val |
|
) |
| |
◆ setPUIntercept() [2/2]
void reco::HFValueStruct::setPUIntercept |
( |
const std::vector< double > & |
val | ) |
|
◆ setPUSlope() [1/2]
void reco::HFValueStruct::setPUSlope |
( |
int |
ieta, |
|
|
double |
val |
|
) |
| |
◆ setPUSlope() [2/2]
void reco::HFValueStruct::setPUSlope |
( |
const std::vector< double > & |
val | ) |
|
◆ doEnCor_
bool reco::HFValueStruct::doEnCor_ |
|
private |
◆ doPU_
bool reco::HFValueStruct::doPU_ |
|
private |
◆ hfvv_
std::vector<double> reco::HFValueStruct::hfvv_ |
|
private |
◆ v_
int reco::HFValueStruct::v_ |
|
private |