|
BOSS 8.0.0
BESIII Offline Software System
|
#include <TofQElecSvc.h>
Public Member Functions | |
| TofQElecSvc (const std::string &name, ISvcLocator *svcloc) | |
| ~TofQElecSvc () | |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
| void | handle (const Incident &) |
| const unsigned int | Board (bool barrel, int id, bool eastEnd) |
| const unsigned int | Crate (bool barrel, int id, bool eastEnd) |
| const unsigned int | Fee (bool barrel, int id, bool eastEnd) |
| const unsigned int | Channel (bool barrel, int id, bool eastEnd) |
| const double | BQTC1 (int id, double q) |
| const double | BQTC2 (int id, double q) |
| const double | EQTC (int id, double q) |
| const double | BQChannel1 (int id, double qtc) |
| const double | BQChannel2 (int id, double qtc) |
| const double | EQChannel (int id, double qtc) |
Definition at line 19 of file TofQElecSvc.h.
| TofQElecSvc::TofQElecSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Definition at line 24 of file TofQElecSvc.cxx.
Referenced by TofQElecSvc().
| TofQElecSvc::~TofQElecSvc | ( | ) |
Definition at line 66 of file TofQElecSvc.cxx.
| const unsigned int TofQElecSvc::Board | ( | bool | barrel, |
| int | id, | ||
| bool | eastEnd ) |
Definition at line 140 of file TofQElecSvc.cxx.
| const double TofQElecSvc::BQChannel1 | ( | int | id, |
| double | qtc ) |
Definition at line 339 of file TofQElecSvc.cxx.
| const double TofQElecSvc::BQChannel2 | ( | int | id, |
| double | qtc ) |
Definition at line 364 of file TofQElecSvc.cxx.
| const double TofQElecSvc::BQTC1 | ( | int | id, |
| double | q ) |
Definition at line 264 of file TofQElecSvc.cxx.
| const double TofQElecSvc::BQTC2 | ( | int | id, |
| double | q ) |
Definition at line 289 of file TofQElecSvc.cxx.
| const unsigned int TofQElecSvc::Channel | ( | bool | barrel, |
| int | id, | ||
| bool | eastEnd ) |
Definition at line 233 of file TofQElecSvc.cxx.
| const unsigned int TofQElecSvc::Crate | ( | bool | barrel, |
| int | id, | ||
| bool | eastEnd ) |
Definition at line 171 of file TofQElecSvc.cxx.
| const double TofQElecSvc::EQChannel | ( | int | id, |
| double | qtc ) |
Definition at line 389 of file TofQElecSvc.cxx.
| const double TofQElecSvc::EQTC | ( | int | id, |
| double | q ) |
Definition at line 314 of file TofQElecSvc.cxx.
| const unsigned int TofQElecSvc::Fee | ( | bool | barrel, |
| int | id, | ||
| bool | eastEnd ) |
Definition at line 202 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 60 of file TofQElecSvc.cxx.
| void TofQElecSvc::handle | ( | const Incident & | inc | ) |
Definition at line 128 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 29 of file TofQElecSvc.cxx.