ATLAS Offline Software
|
Correction for wrong HV EMEC presampler correction for 20.7 processed data (2015,2016) More...
#include <corr_HV_EMECPS.h>
Public Member Functions | |
corr_HV_EMECPS () | |
constructor (initialization done there reading a root file for the HV maps per period More... | |
~corr_HV_EMECPS () | |
float | getCorr (int run, float eta, float phi) const |
get correction factor to apply to raw EMECPS energy : corrected raw EMECPS energy = correction factor * raw uncorrected EMECPS energy More... | |
Private Attributes | |
TH2D * | m_HV [2] {} |
TFile * | m_file |
Correction for wrong HV EMEC presampler correction for 20.7 processed data (2015,2016)
Perform correction of E0_RAW (EMEC PS) as function of run number and phi
Definition at line 14 of file corr_HV_EMECPS.h.
corr_HV_EMECPS::corr_HV_EMECPS | ( | ) |
constructor (initialization done there reading a root file for the HV maps per period
Definition at line 16 of file corr_HV_EMECPS.cxx.
corr_HV_EMECPS::~corr_HV_EMECPS | ( | ) |
Definition at line 35 of file corr_HV_EMECPS.cxx.
float corr_HV_EMECPS::getCorr | ( | int | run, |
float | eta, | ||
float | phi | ||
) | const |
get correction factor to apply to raw EMECPS energy : corrected raw EMECPS energy = correction factor * raw uncorrected EMECPS energy
inputs: run number, eta and phi
Definition at line 41 of file corr_HV_EMECPS.cxx.
|
private |
Definition at line 29 of file corr_HV_EMECPS.h.
|
private |
Definition at line 28 of file corr_HV_EMECPS.h.