|
BOSS 8.0.0
BESIII Offline Software System
|
#include <TofQCorrSvc.h>
Public Member Functions | |
| TofQCorrSvc (const std::string &name, ISvcLocator *svcloc) | |
| ~TofQCorrSvc () | |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
| void | handle (const Incident &) |
| void | getTofQCorrInfo () |
| const double | getBarEast (int layer, int no) |
| const double | getBarWest (int layer, int no) |
| const double | getEndcap (int layer, int no) |
| const double | BQRaw1 (int id, double q) |
| const double | BQRaw2 (int id, double q) |
| const double | EQRaw (int id, double q) |
Definition at line 17 of file TofQCorrSvc.h.
| TofQCorrSvc::TofQCorrSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Definition at line 33 of file TofQCorrSvc.cxx.
Referenced by TofQCorrSvc().
| TofQCorrSvc::~TofQCorrSvc | ( | ) |
Definition at line 87 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::BQRaw1 | ( | int | id, |
| double | q ) |
Definition at line 185 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::BQRaw2 | ( | int | id, |
| double | q ) |
Definition at line 203 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::EQRaw | ( | int | id, |
| double | q ) |
Definition at line 220 of file TofQCorrSvc.cxx.
|
virtual |
Definition at line 81 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::getBarEast | ( | int | layer, |
| int | no ) |
Definition at line 89 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::getBarWest | ( | int | layer, |
| int | no ) |
Definition at line 91 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::getEndcap | ( | int | layer, |
| int | no ) |
Definition at line 93 of file TofQCorrSvc.cxx.
| void TofQCorrSvc::getTofQCorrInfo | ( | ) |
Definition at line 110 of file TofQCorrSvc.cxx.
Referenced by handle().
| void TofQCorrSvc::handle | ( | const Incident & | inc | ) |
Definition at line 95 of file TofQCorrSvc.cxx.
|
virtual |
Definition at line 47 of file TofQCorrSvc.cxx.