#include <TrackInterfaces/IBIntegrator.h>
Inheritance diagram for IBIntegrator:
Public Member Functions | |
virtual StatusCode | calculateBdlAndCenter (const HepPoint3D &beginPoint, const HepPoint3D &endPoint, const double tX, const double tY, double &zCenter, HepVector3D &Bdl) const =0 |
Get the z of center and the total Bdl. | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Definition at line 21 of file IBIntegrator.h.
|
Get the z of center and the total Bdl.
Implemented in BIntegrator. |
|
Definition at line 25 of file IBIntegrator.h. References IID_IBIntegrator(). 00025 { return IID_IBIntegrator; }
|