Belle II Software  release-08-01-10
SharedPlanePtrCreator Class Reference

Class allowing to create a SharedPlanePtr from a DetPlane from Python. More...

#include <SharedPlanePtr.h>

Static Public Member Functions

static SharedPlanePtr getPlanePtr (DetPlane *plane)
 Function which allows to create a shared plane pointer from a DetPlane. More...
 

Detailed Description

Class allowing to create a SharedPlanePtr from a DetPlane from Python.

Definition at line 45 of file SharedPlanePtr.h.

Member Function Documentation

◆ getPlanePtr()

static SharedPlanePtr getPlanePtr ( DetPlane plane)
inlinestatic

Function which allows to create a shared plane pointer from a DetPlane.

Parameters
plane: A DetPlane.
Returns
SharedPlanePtr : A shared plane pointer to the provided plane.

Definition at line 52 of file SharedPlanePtr.h.

52  {
53  return SharedPlanePtr(plane);
54  }
std::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.

The documentation for this class was generated from the following file: