CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <TofQElecSvc.h>
Public Member Functions | |
TofQElecSvc (const std::string &name, ISvcLocator *svcloc) | |
~TofQElecSvc () | |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvUnknown) |
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) |
virtual const unsigned int | Board (bool barrel, int id, bool eastEnd)=0 |
virtual const unsigned int | Crate (bool barrel, int id, bool eastEnd)=0 |
virtual const unsigned int | Fee (bool barrel, int id, bool eastEnd)=0 |
virtual const unsigned int | Channel (bool barrel, int id, bool eastEnd)=0 |
virtual const double | BQTC1 (int id, double q)=0 |
virtual const double | BQTC2 (int id, double q)=0 |
virtual const double | EQTC (int id, double q)=0 |
virtual const double | BQChannel1 (int id, double q)=0 |
virtual const double | BQChannel2 (int id, double q)=0 |
virtual const double | EQChannel (int id, double q)=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ITofQElecSvc | |
static const InterfaceID & | interfaceID () |
Definition at line 17 of file TofQElecSvc.h.
TofQElecSvc::TofQElecSvc | ( | const std::string & | name, |
ISvcLocator * | svcloc | ||
) |
Definition at line 22 of file TofQElecSvc.cxx.
TofQElecSvc::~TofQElecSvc | ( | ) |
Definition at line 76 of file TofQElecSvc.cxx.
Implements ITofQElecSvc.
Definition at line 151 of file TofQElecSvc.cxx.
|
virtual |
Implements ITofQElecSvc.
Definition at line 361 of file TofQElecSvc.cxx.
|
virtual |
Implements ITofQElecSvc.
Definition at line 385 of file TofQElecSvc.cxx.
|
virtual |
Implements ITofQElecSvc.
Definition at line 283 of file TofQElecSvc.cxx.
|
virtual |
Implements ITofQElecSvc.
Definition at line 309 of file TofQElecSvc.cxx.
Implements ITofQElecSvc.
Definition at line 250 of file TofQElecSvc.cxx.
Implements ITofQElecSvc.
Definition at line 184 of file TofQElecSvc.cxx.
|
virtual |
Implements ITofQElecSvc.
Definition at line 409 of file TofQElecSvc.cxx.
|
virtual |
Implements ITofQElecSvc.
Definition at line 335 of file TofQElecSvc.cxx.
Implements ITofQElecSvc.
Definition at line 217 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 69 of file TofQElecSvc.cxx.
void TofQElecSvc::handle | ( | const Incident & | inc | ) |
Definition at line 139 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 37 of file TofQElecSvc.cxx.
|
virtual |
Definition at line 27 of file TofQElecSvc.cxx.