BOSS 7.0.4
BESIII Offline Software System
|
#include <MeasuredEcmsSvc.h>
Public Member Functions | |
MeasuredEcmsSvc (const std::string &name, ISvcLocator *svcLoc) | |
virtual | ~MeasuredEcmsSvc () |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvIF) |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
void | handle (const Incident &) |
void | readMeasuredEcms (int runNo) |
void | readRunParams (int runNo) |
void | readDB (int runNo) |
int | getSampleName (int runNo) |
int | getRunFrom (int runNo) |
int | getRunTo (int runNo) |
double | getEcmsErr (int runNo) |
double | getAveEcms (int runNo) |
double | getAveEcmsErr (int runNo) |
double | getPx (int runNo) |
double | getPy (int runNo) |
double | getPz (int runNo) |
double | getEcms (int runNo) |
bool | isRunNoValid (int runNo) |
bool | isGetEcmsValid (int runNo) |
void | readInfo (int runNo, char *tab, char *col, char *min_col, char *max_col) |
double | getInfo (int runNo, char *tab, char *col, char *min_col, char *max_col) |
bool | isGetInfoValid (int runNo, char *tab, char *col, char *min_col, char *max_col) |
void | readInfo (int runNo) |
double | getInfo (int runNo) |
bool | isGetInfoValid (int runNo) |
void | readRecord (int runNo, char *tab, char *col, char *min_col, char *max_col) |
std::string | getRecord (int runNo, char *tab, char *col, char *min_col, char *max_col) |
bool | isGetRecordValid (int runNo, char *tab, char *col, char *min_col, char *max_col) |
void | readRecord (int runNo) |
std::string | getRecord (int runNo) |
bool | isGetRecordValid (int runNo) |
void | readMeasuredEcms2 (int runNo) |
void | readRunParams2 (int runNo) |
int | getSampleName () |
int | getRunFrom () |
int | getRunTo () |
double | getEcmsErr () |
double | getAveEcms () |
double | getAveEcmsErr () |
double | getPx () |
double | getPy () |
double | getPz () |
double | getEcms () |
bool | isReadDBValid () |
bool | isGetEcmsValid () |
bool | isRunNoValid () |
MeasuredEcmsSvc (const std::string &name, ISvcLocator *svcLoc) | |
virtual | ~MeasuredEcmsSvc () |
virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvIF) |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
void | handle (const Incident &) |
void | readMeasuredEcms (int runNo) |
void | readRunParams (int runNo) |
void | readDB (int runNo) |
int | getSampleName (int runNo) |
int | getRunFrom (int runNo) |
int | getRunTo (int runNo) |
double | getEcmsErr (int runNo) |
double | getAveEcms (int runNo) |
double | getAveEcmsErr (int runNo) |
double | getPx (int runNo) |
double | getPy (int runNo) |
double | getPz (int runNo) |
double | getEcms (int runNo) |
bool | isRunNoValid (int runNo) |
bool | isGetEcmsValid (int runNo) |
void | readInfo (int runNo, char *tab, char *col, char *min_col, char *max_col) |
double | getInfo (int runNo, char *tab, char *col, char *min_col, char *max_col) |
bool | isGetInfoValid (int runNo, char *tab, char *col, char *min_col, char *max_col) |
void | readInfo (int runNo) |
double | getInfo (int runNo) |
bool | isGetInfoValid (int runNo) |
void | readRecord (int runNo, char *tab, char *col, char *min_col, char *max_col) |
std::string | getRecord (int runNo, char *tab, char *col, char *min_col, char *max_col) |
bool | isGetRecordValid (int runNo, char *tab, char *col, char *min_col, char *max_col) |
void | readRecord (int runNo) |
std::string | getRecord (int runNo) |
bool | isGetRecordValid (int runNo) |
void | readMeasuredEcms2 (int runNo) |
void | readRunParams2 (int runNo) |
int | getSampleName () |
int | getRunFrom () |
int | getRunTo () |
double | getEcmsErr () |
double | getAveEcms () |
double | getAveEcmsErr () |
double | getPx () |
double | getPy () |
double | getPz () |
double | getEcms () |
bool | isReadDBValid () |
bool | isGetEcmsValid () |
bool | isRunNoValid () |
Public Member Functions inherited from IMeasuredEcmsSvc | |
virtual | ~IMeasuredEcmsSvc () |
virtual void | readMeasuredEcms (int runNo)=0 |
virtual void | readRunParams (int runNo)=0 |
virtual void | readDB (int runNo)=0 |
virtual int | getSampleName (int runNo)=0 |
virtual int | getRunFrom (int runNo)=0 |
virtual int | getRunTo (int runNo)=0 |
virtual double | getEcmsErr (int runNo)=0 |
virtual double | getAveEcms (int runNo)=0 |
virtual double | getAveEcmsErr (int runNo)=0 |
virtual double | getPx (int runNo)=0 |
virtual double | getPy (int runNo)=0 |
virtual double | getPz (int runNo)=0 |
virtual double | getEcms (int runNo)=0 |
virtual bool | isRunNoValid (int runNo)=0 |
virtual bool | isGetEcmsValid (int runNo)=0 |
virtual void | readInfo (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual double | getInfo (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual bool | isGetInfoValid (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual void | readInfo (int runNo)=0 |
virtual double | getInfo (int runNo)=0 |
virtual bool | isGetInfoValid (int runNo)=0 |
virtual void | readRecord (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual std::string | getRecord (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual bool | isGetRecordValid (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual void | readRecord (int runNo)=0 |
virtual std::string | getRecord (int runNo)=0 |
virtual bool | isGetRecordValid (int runNo)=0 |
virtual void | readMeasuredEcms2 (int runNo)=0 |
virtual void | readRunParams2 (int runNo)=0 |
virtual int | getSampleName ()=0 |
virtual int | getRunFrom ()=0 |
virtual int | getRunTo ()=0 |
virtual bool | isRunNoValid ()=0 |
virtual double | getEcmsErr ()=0 |
virtual double | getAveEcms ()=0 |
virtual double | getAveEcmsErr ()=0 |
virtual double | getPx ()=0 |
virtual double | getPy ()=0 |
virtual double | getPz ()=0 |
virtual double | getEcms ()=0 |
virtual bool | isReadDBValid ()=0 |
virtual bool | isGetEcmsValid ()=0 |
virtual | ~IMeasuredEcmsSvc () |
virtual void | readMeasuredEcms (int runNo)=0 |
virtual void | readRunParams (int runNo)=0 |
virtual void | readDB (int runNo)=0 |
virtual int | getSampleName (int runNo)=0 |
virtual int | getRunFrom (int runNo)=0 |
virtual int | getRunTo (int runNo)=0 |
virtual double | getEcmsErr (int runNo)=0 |
virtual double | getAveEcms (int runNo)=0 |
virtual double | getAveEcmsErr (int runNo)=0 |
virtual double | getPx (int runNo)=0 |
virtual double | getPy (int runNo)=0 |
virtual double | getPz (int runNo)=0 |
virtual double | getEcms (int runNo)=0 |
virtual bool | isRunNoValid (int runNo)=0 |
virtual bool | isGetEcmsValid (int runNo)=0 |
virtual void | readInfo (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual double | getInfo (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual bool | isGetInfoValid (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual void | readInfo (int runNo)=0 |
virtual double | getInfo (int runNo)=0 |
virtual bool | isGetInfoValid (int runNo)=0 |
virtual void | readRecord (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual std::string | getRecord (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual bool | isGetRecordValid (int runNo, char *tab, char *col, char *min_col, char *max_col)=0 |
virtual void | readRecord (int runNo)=0 |
virtual std::string | getRecord (int runNo)=0 |
virtual bool | isGetRecordValid (int runNo)=0 |
virtual void | readMeasuredEcms2 (int runNo)=0 |
virtual void | readRunParams2 (int runNo)=0 |
virtual int | getSampleName ()=0 |
virtual int | getRunFrom ()=0 |
virtual int | getRunTo ()=0 |
virtual bool | isRunNoValid ()=0 |
virtual double | getEcmsErr ()=0 |
virtual double | getAveEcms ()=0 |
virtual double | getAveEcmsErr ()=0 |
virtual double | getPx ()=0 |
virtual double | getPy ()=0 |
virtual double | getPz ()=0 |
virtual double | getEcms ()=0 |
virtual bool | isReadDBValid ()=0 |
virtual bool | isGetEcmsValid ()=0 |
Friends | |
class | CnvFactory< MeasuredEcmsSvc > |
Additional Inherited Members | |
Static Public Member Functions inherited from IMeasuredEcmsSvc | |
static const InterfaceID & | interfaceID () |
static const InterfaceID & | interfaceID () |
Definition at line 9 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
MeasuredEcmsSvc::MeasuredEcmsSvc | ( | const std::string & | name, |
ISvcLocator * | svcLoc | ||
) |
Definition at line 4 of file MeasuredEcmsSvc.cxx.
|
virtual |
Definition at line 17 of file MeasuredEcmsSvc.cxx.
MeasuredEcmsSvc::MeasuredEcmsSvc | ( | const std::string & | name, |
ISvcLocator * | svcLoc | ||
) |
|
virtual |
|
virtual |
Definition at line 50 of file MeasuredEcmsSvc.cxx.
|
virtual |
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 59 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 59 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 188 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 60 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 60 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 198 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 64 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 64 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 208 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 58 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 58 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 178 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 302 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 354 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 61 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 61 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 218 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 62 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 62 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 228 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 63 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 63 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 238 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 408 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 460 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 56 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 56 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 158 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 57 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 57 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 168 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 55 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 55 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 148 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
void MeasuredEcmsSvc::handle | ( | const Incident & | inc | ) |
Definition at line 73 of file MeasuredEcmsSvc.cxx.
void MeasuredEcmsSvc::handle | ( | const Incident & | ) |
|
virtual |
Definition at line 19 of file MeasuredEcmsSvc.cxx.
|
virtual |
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 66 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 66 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 258 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 316 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 364 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 422 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 470 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 65 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 65 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 67 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
inlinevirtual |
Implements IMeasuredEcmsSvc.
Definition at line 67 of file Utilities/MeasuredEcmsSvc/MeasuredEcmsSvc-00-00-19/MeasuredEcmsSvc/MeasuredEcmsSvc.h.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 248 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Definition at line 64 of file MeasuredEcmsSvc.cxx.
|
virtual |
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 143 of file MeasuredEcmsSvc.cxx.
Referenced by getAveEcms(), getAveEcmsErr(), getEcms(), getEcmsErr(), getPx(), getPy(), getPz(), getRunFrom(), getRunTo(), getSampleName(), isGetEcmsValid(), and isRunNoValid().
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 270 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 332 of file MeasuredEcmsSvc.cxx.
Referenced by getInfo(), and isGetInfoValid().
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 88 of file MeasuredEcmsSvc.cxx.
Referenced by readDB().
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 482 of file MeasuredEcmsSvc.cxx.
Referenced by handle().
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 376 of file MeasuredEcmsSvc.cxx.
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 438 of file MeasuredEcmsSvc.cxx.
Referenced by getRecord(), and isGetRecordValid().
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 116 of file MeasuredEcmsSvc.cxx.
Referenced by readDB().
|
virtual |
Implements IMeasuredEcmsSvc.
|
virtual |
Implements IMeasuredEcmsSvc.
Definition at line 511 of file MeasuredEcmsSvc.cxx.
Referenced by handle().
|
virtual |
Implements IMeasuredEcmsSvc.
|
friend |
Definition at line 1 of file InstallArea/include/MeasuredEcmsSvc/MeasuredEcmsSvc/MeasuredEcmsSvc.h.