Belle II Software development
spacePoint Class Reference

just a small proto-container storing coordinates More...

Inheritance diagram for spacePoint:

Public Member Functions

 spacePoint (float x, float y, float z)
 Constructor accepting coordinates.
 

Private Member Functions

 spacePoint (const spacePoint &)=delete
 private copy constructor to test that all the arguments are passed by reference.
 

Detailed Description

just a small proto-container storing coordinates

Definition at line 24 of file filters.cc.

Constructor & Destructor Documentation

◆ spacePoint()

spacePoint ( float  x,
float  y,
float  z 
)
inline

Constructor accepting coordinates.

Definition at line 27 of file filters.cc.

27 : tuple<float, float, float>(x, y, z)
28 {};

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