ATLAS Offline Software
|
return a correction for deltaEta1 to account for the pear shape distortion of the calorimeter More...
#include <electronPearShapeAlignmentCorrection.h>
Public Member Functions | |
electronPearShapeAlignmentCorrection (const std::string &infile="rel22_210510/pearshapedistortion.root") | |
constructor (initialization reading a root file) More... | |
~electronPearShapeAlignmentCorrection ()=default | |
double | getDeltaEtaDistortion (const float eta, const float phi) const |
get the correction to deltaEta More... | |
double | getDeltaEtaCorrection (const float eta, const float phi) const |
Private Attributes | |
std::unique_ptr< TH2 > | m_sdeta |
return a correction for deltaEta1 to account for the pear shape distortion of the calorimeter
Definition at line 17 of file electronPearShapeAlignmentCorrection.h.
electronPearShapeAlignmentCorrection::electronPearShapeAlignmentCorrection | ( | const std::string & | infile = "rel22_210510/pearshapedistortion.root" | ) |
constructor (initialization reading a root file)
Definition at line 13 of file electronPearShapeAlignmentCorrection.cxx.
|
default |
double electronPearShapeAlignmentCorrection::getDeltaEtaCorrection | ( | const float | eta, |
const float | phi | ||
) | const |
Definition at line 43 of file electronPearShapeAlignmentCorrection.cxx.
double electronPearShapeAlignmentCorrection::getDeltaEtaDistortion | ( | const float | eta, |
const float | phi | ||
) | const |
get the correction to deltaEta
Definition at line 32 of file electronPearShapeAlignmentCorrection.cxx.
|
private |
Definition at line 34 of file electronPearShapeAlignmentCorrection.h.