#include <HFValueStruct.h>
Definition at line 12 of file HFValueStruct.h.
reco::HFValueStruct::HFValueStruct |
( |
| ) |
|
|
inline |
reco::HFValueStruct::HFValueStruct |
( |
const int & |
version, |
|
|
const std::vector< double > & |
vect |
|
) |
| |
double reco::HFValueStruct::EnCor |
( |
int |
ieta | ) |
const |
std::vector< double > reco::HFValueStruct::EnCor |
( |
| ) |
const |
int reco::HFValueStruct::ietaByIndex |
( |
int & |
indx | ) |
const |
|
private |
Definition at line 33 of file HFValueStruct.cc.
34 return (indx>13)?(indx+29-13):(indx-41);
int reco::HFValueStruct::indexByIeta |
( |
int & |
ieta | ) |
const |
|
private |
double reco::HFValueStruct::PUIntercept |
( |
int |
ieta | ) |
const |
std::vector< double > reco::HFValueStruct::PUIntercept |
( |
| ) |
const |
double reco::HFValueStruct::PUSlope |
( |
int |
ieta | ) |
const |
std::vector< double > reco::HFValueStruct::PUSlope |
( |
| ) |
const |
void reco::HFValueStruct::setEnCor |
( |
int |
ieta, |
|
|
double |
val |
|
) |
| |
Definition at line 63 of file HFValueStruct.cc.
std::vector< double > hfvv_
int indexByIeta(int &ieta) const
void reco::HFValueStruct::setEnCor |
( |
const std::vector< double > & |
val | ) |
|
void reco::HFValueStruct::setPUIntercept |
( |
int |
ieta, |
|
|
double |
val |
|
) |
| |
Definition at line 69 of file HFValueStruct.cc.
std::vector< double > hfvv_
int indexByIeta(int &ieta) const
void reco::HFValueStruct::setPUIntercept |
( |
const std::vector< double > & |
val | ) |
|
void reco::HFValueStruct::setPUSlope |
( |
int |
ieta, |
|
|
double |
val |
|
) |
| |
Definition at line 66 of file HFValueStruct.cc.
std::vector< double > hfvv_
int indexByIeta(int &ieta) const
void reco::HFValueStruct::setPUSlope |
( |
const std::vector< double > & |
val | ) |
|
bool reco::HFValueStruct::doEnCor_ |
|
private |
bool reco::HFValueStruct::doPU_ |
|
private |
std::vector<double> reco::HFValueStruct::hfvv_ |
|
private |
int reco::HFValueStruct::v_ |
|
private |