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

a small filter illustrating the behavior of a distance3D-filter More...

Inheritance diagram for SquaredDistance3D:
Collaboration diagram for SquaredDistance3D:

Public Types

typedef float variableType
 Type of the returned object. More...
 
typedef spacePoint argumentType
 Type of the argument object. More...
 
typedef FunctionOf< Nargs, variableType, const argumentType & >::functionType functionType
 Type of the function returning the value. More...
 

Static Public Member Functions

static const std::string name (void)
 return name of the class
 
static float value (const spacePoint &p1, const spacePoint &p2)
 value function does the actual calculation of this class.
 
static variableType value (const spacePoint &arg1, const spacePoint &arg2)
 Static method that return the variable associated to: More...
 

Static Public Attributes

static const size_t c_Nargs
 Number of arguments.
 

Detailed Description

a small filter illustrating the behavior of a distance3D-filter

Definition at line 37 of file filters.cc.

Member Typedef Documentation

◆ argumentType

typedef spacePoint argumentType
inherited

Type of the argument object.

Needed for SFINAE in Filter.hh

Definition at line 84 of file SelectionVariable.h.

◆ functionType

typedef FunctionOf<Nargs, variableType, const argumentType&>::functionType functionType
inherited

Type of the function returning the value.

Needed for the automated training

Definition at line 88 of file SelectionVariable.h.

◆ variableType

typedef float variableType
inherited

Type of the returned object.

Needed for SFINAE in Filter.hh

Definition at line 81 of file SelectionVariable.h.

Member Function Documentation

◆ value()

static variableType value ( const spacePoint &  arg1,
const spacePoint &  arg2 
)
inlinestaticinherited

Static method that return the variable associated to:

Parameters
arg1first object of the pair
arg2second object of the pair

N.B. this method must be static.


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