BOSS 7.1.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 17 of file TofQElecSvc.h.
TofQElecSvc::TofQElecSvc | ( | const std::string & | name, |
ISvcLocator * | svcloc | ||
) |
Definition at line 24 of file TofQElecSvc.cxx.
TofQElecSvc::~TofQElecSvc | ( | ) |
Definition at line 78 of file TofQElecSvc.cxx.
Definition at line 153 of file TofQElecSvc.cxx.
const double TofQElecSvc::BQChannel1 | ( | int | id, |
double | qtc | ||
) |
Definition at line 363 of file TofQElecSvc.cxx.
const double TofQElecSvc::BQChannel2 | ( | int | id, |
double | qtc | ||
) |
Definition at line 387 of file TofQElecSvc.cxx.
const double TofQElecSvc::BQTC1 | ( | int | id, |
double | q | ||
) |
Definition at line 285 of file TofQElecSvc.cxx.
const double TofQElecSvc::BQTC2 | ( | int | id, |
double | q | ||
) |
Definition at line 311 of file TofQElecSvc.cxx.
Definition at line 252 of file TofQElecSvc.cxx.
Definition at line 186 of file TofQElecSvc.cxx.
const double TofQElecSvc::EQChannel | ( | int | id, |
double | qtc | ||
) |
Definition at line 411 of file TofQElecSvc.cxx.
const double TofQElecSvc::EQTC | ( | int | id, |
double | q | ||
) |
Definition at line 337 of file TofQElecSvc.cxx.
Definition at line 219 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 71 of file TofQElecSvc.cxx.
void TofQElecSvc::handle | ( | const Incident & | inc | ) |
Definition at line 141 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 39 of file TofQElecSvc.cxx.