|
BOSS 8.0.0
BESIII Offline Software System
|
#include <MdcGeomSvc.h>
Public Member Functions | |
| MdcGeomSvc (const std::string &name, ISvcLocator *svcloc) | |
| ~MdcGeomSvc () | |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
| void | handle (const Incident &inc) |
| this handle function is prepared for special use | |
| const MdcGeoWire *const | Wire (unsigned id) |
| const MdcGeoWire *const | Wire (unsigned lyrid, unsigned wirid) |
| const MdcGeoLayer *const | Layer (unsigned id) |
| const MdcGeoSuper *const | SuperLayer (unsigned id) |
| const MdcGeoGeneral *const | GeneralLayer (unsigned id) |
| const MdcGeoMisc *const | Misc (void) |
| const MdcGeoEnd *const | End (unsigned id) |
| const int | getWireSize () |
| const int | getLayerSize () |
| const int | getSuperLayerSize () |
| const int | getGeneralLayerSize () |
| const int | getSegmentNo () |
| void | Dump () |
| virtual bool | getSagFlag (void) |
Static Public Attributes | |
| static bool | m_doSag = true |
| static bool | m_readAlignParDataBase = true |
| static bool | m_nomcalignment = true |
Definition at line 25 of file MdcGeomSvc.h.
| MdcGeomSvc::MdcGeomSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Definition at line 31 of file MdcGeomSvc.cxx.
| MdcGeomSvc::~MdcGeomSvc | ( | ) |
Definition at line 109 of file MdcGeomSvc.cxx.
| void MdcGeomSvc::Dump | ( | ) |
| const MdcGeoEnd *const MdcGeomSvc::End | ( | unsigned | id | ) |
Definition at line 798 of file MdcGeomSvc.cxx.
|
virtual |
Definition at line 103 of file MdcGeomSvc.cxx.
Referenced by main().
| const MdcGeoGeneral *const MdcGeomSvc::GeneralLayer | ( | unsigned | id | ) |
Definition at line 790 of file MdcGeomSvc.cxx.
| const int MdcGeomSvc::getGeneralLayerSize | ( | ) |
Definition at line 690 of file MdcGeomSvc.cxx.
| const int MdcGeomSvc::getLayerSize | ( | ) |
Definition at line 686 of file MdcGeomSvc.cxx.
|
virtual |
Definition at line 804 of file MdcGeomSvc.cxx.
| const int MdcGeomSvc::getSegmentNo | ( | ) |
Definition at line 692 of file MdcGeomSvc.cxx.
| const int MdcGeomSvc::getSuperLayerSize | ( | ) |
Definition at line 688 of file MdcGeomSvc.cxx.
| const int MdcGeomSvc::getWireSize | ( | ) |
Definition at line 684 of file MdcGeomSvc.cxx.
| void MdcGeomSvc::handle | ( | const Incident & | inc | ) |
this handle function is prepared for special use
Definition at line 739 of file MdcGeomSvc.cxx.
|
virtual |
Definition at line 73 of file MdcGeomSvc.cxx.
Referenced by main().
| const MdcGeoLayer *const MdcGeomSvc::Layer | ( | unsigned | id | ) |
Definition at line 778 of file MdcGeomSvc.cxx.
Referenced by Wire().
| const MdcGeoMisc *const MdcGeomSvc::Misc | ( | void | ) |
Definition at line 796 of file MdcGeomSvc.cxx.
| const MdcGeoSuper *const MdcGeomSvc::SuperLayer | ( | unsigned | id | ) |
Definition at line 784 of file MdcGeomSvc.cxx.
| const MdcGeoWire *const MdcGeomSvc::Wire | ( | unsigned | id | ) |
Definition at line 765 of file MdcGeomSvc.cxx.
Referenced by main().
| const MdcGeoWire *const MdcGeomSvc::Wire | ( | unsigned | lyrid, |
| unsigned | wirid ) |
Definition at line 771 of file MdcGeomSvc.cxx.
|
static |
Definition at line 54 of file MdcGeomSvc.h.
Referenced by getSagFlag(), and MdcGeomSvc().
|
static |
Definition at line 56 of file MdcGeomSvc.h.
Referenced by handle(), and MdcGeomSvc().
|
static |
Definition at line 55 of file MdcGeomSvc.h.
Referenced by handle(), and MdcGeomSvc().