![]() |
ATLAS Offline Software
|
#include <PixelChargeInterpolationCalibration.h>
Public Member Functions | |
| PixelChargeInterpolationCalibration (const std::string &tag, PixelChargeInterpolationParameters ¶metersModel) | |
| virtual | ~PixelChargeInterpolationCalibration () |
| void | Fill (int DetType, double GeVTrkPt, double alpha, double DeltaRow, double digresphi, double resphi, double OmegaPhi, double TrkEta, double DeltaCol, double digreseta, double reseta, double OmegaEta) |
| void | Read (TDirectory *readdir=0) |
| void | Write (TDirectory *writedir=0) |
| int | Analyze (const std::string &output, std::vector< std::string > &reference_names) |
Private Member Functions | |
| PixelChargeInterpolationCalibration (const PixelChargeInterpolationCalibration &) | |
| PixelChargeInterpolationCalibration & | operator= (const PixelChargeInterpolationCalibration &) |
Private Attributes | |
| PixelChargeInterpolationHistograms * | m_DigitalCalibration |
| PixelChargeInterpolationHistograms * | m_AnalogCalibration |
| PixelChargeInterpolationPlot * | m_plots |
Definition at line 20 of file PixelChargeInterpolationCalibration.h.
| PixelCalib::PixelChargeInterpolationCalibration::PixelChargeInterpolationCalibration | ( | const std::string & | tag, |
| PixelChargeInterpolationParameters & | parametersModel ) |
Definition at line 22 of file PixelChargeInterpolationCalibration.cxx.
|
virtual |
Definition at line 35 of file PixelChargeInterpolationCalibration.cxx.
|
private |
| int PixelCalib::PixelChargeInterpolationCalibration::Analyze | ( | const std::string & | output, |
| std::vector< std::string > & | reference_names ) |
Definition at line 104 of file PixelChargeInterpolationCalibration.cxx.
| void PixelCalib::PixelChargeInterpolationCalibration::Fill | ( | int | DetType, |
| double | GeVTrkPt, | ||
| double | alpha, | ||
| double | DeltaRow, | ||
| double | digresphi, | ||
| double | resphi, | ||
| double | OmegaPhi, | ||
| double | TrkEta, | ||
| double | DeltaCol, | ||
| double | digreseta, | ||
| double | reseta, | ||
| double | OmegaEta ) |
Definition at line 77 of file PixelChargeInterpolationCalibration.cxx.
|
private |
| void PixelCalib::PixelChargeInterpolationCalibration::Read | ( | TDirectory * | readdir = 0 | ) |
Definition at line 45 of file PixelChargeInterpolationCalibration.cxx.
| void PixelCalib::PixelChargeInterpolationCalibration::Write | ( | TDirectory * | writedir = 0 | ) |
Definition at line 60 of file PixelChargeInterpolationCalibration.cxx.
|
private |
Definition at line 43 of file PixelChargeInterpolationCalibration.h.
|
private |
Definition at line 42 of file PixelChargeInterpolationCalibration.h.
|
private |
Definition at line 44 of file PixelChargeInterpolationCalibration.h.