|
BOSS 7.1.3
BESIII Offline Software System
|
#include <TofQCorrSvc.h>
Inheritance diagram for TofQCorrSvc: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 16 of file TofQCorrSvc.h.
| TofQCorrSvc::TofQCorrSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Definition at line 31 of file TofQCorrSvc.cxx.
Referenced by TofQCorrSvc().
| TofQCorrSvc::~TofQCorrSvc | ( | ) |
Definition at line 89 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::BQRaw1 | ( | int | id, |
| double | q ) |
Definition at line 188 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::BQRaw2 | ( | int | id, |
| double | q ) |
Definition at line 206 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::EQRaw | ( | int | id, |
| double | q ) |
Definition at line 223 of file TofQCorrSvc.cxx.
|
virtual |
Definition at line 82 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::getBarEast | ( | int | layer, |
| int | no ) |
Definition at line 93 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::getBarWest | ( | int | layer, |
| int | no ) |
Definition at line 98 of file TofQCorrSvc.cxx.
| const double TofQCorrSvc::getEndcap | ( | int | layer, |
| int | no ) |
Definition at line 103 of file TofQCorrSvc.cxx.
| void TofQCorrSvc::getTofQCorrInfo | ( | ) |
Definition at line 123 of file TofQCorrSvc.cxx.
Referenced by handle().
| void TofQCorrSvc::handle | ( | const Incident & | inc | ) |
Definition at line 108 of file TofQCorrSvc.cxx.
|
virtual |
Definition at line 46 of file TofQCorrSvc.cxx.