#include <HFRecalibration.h>
Public Member Functions | |
double | getCorr (int ieta, int idepth, double lumi) |
HFRecalibration (const edm::ParameterSet &pset) | |
~HFRecalibration () | |
Static Public Attributes | |
static const unsigned int | loweriEtaBin = 30 |
static const unsigned int | upperiEtaBin = 41 |
Private Attributes | |
std::vector< double > | HFParsAB [2][2] |
double | reCalFactor = 1.0 |
Definition at line 20 of file HFRecalibration.h.
HFRecalibration::HFRecalibration | ( | const edm::ParameterSet & | pset | ) |
Definition at line 16 of file HFRecalibration.cc.
References edm::ParameterSet::getParameter().
HFRecalibration::~HFRecalibration | ( | ) |
Definition at line 25 of file HFRecalibration.cc.
double HFRecalibration::getCorr | ( | int | ieta, |
int | idepth, | ||
double | lumi | ||
) |
Definition at line 28 of file HFRecalibration.cc.
References funct::abs(), csvLumiCalc::lumi, and mathSSE::sqrt().
|
private |
Definition at line 35 of file HFRecalibration.h.
|
static |
Definition at line 29 of file HFRecalibration.h.
|
private |
Definition at line 36 of file HFRecalibration.h.
|
static |
Definition at line 30 of file HFRecalibration.h.