Belle II Software development
|
Wrapper class around bklm::GeometryPar and EKLM::GeometryData. More...
#include <KLMGeometryPar.h>
Static Public Member Functions | |
static const bklm::GeometryPar * | BarrelInstance () |
Return a pointer to the bklm::GeometryPar instance. | |
static const EKLM::GeometryData * | EndcapInstance () |
Return a pointer to the EKLM::GeometryData instance. | |
Private Member Functions | |
KLMGeometryPar () | |
Private constructor. | |
~KLMGeometryPar () | |
Private destructor. | |
Wrapper class around bklm::GeometryPar and EKLM::GeometryData.
It only returns an instance to the barrel or endcap geometry.
This class has a ROOT dictionary, therefore it can be used in python modules:
Definition at line 40 of file KLMGeometryPar.h.
|
inlinestatic |
Return a pointer to the bklm::GeometryPar instance.
Definition at line 47 of file KLMGeometryPar.h.
|
inlinestatic |
Return a pointer to the EKLM::GeometryData instance.
Definition at line 55 of file KLMGeometryPar.h.