Skip to content
Snippets Groups Projects
Commit b027b72a authored by Felix Metzner's avatar Felix Metzner
Browse files

Added additional documentation which makes clear that the added class is...

Added additional documentation which makes clear that the added class is necessary to create the sharedPlanePtr in Python.
parent 68c0186c
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ namespace genfit { ...@@ -40,7 +40,7 @@ namespace genfit {
typedef std::shared_ptr< genfit::DetPlane > SharedPlanePtr; typedef std::shared_ptr< genfit::DetPlane > SharedPlanePtr;
/** /**
* Class allowing to create a SharedPlanePtr from a DetPlane. * Class allowing to create a SharedPlanePtr from a DetPlane from Python.
*/ */
class SharedPlanePtrCreator { class SharedPlanePtrCreator {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment