Belle II Software development
|
a small filter illustrating the behavior of a distance3D-filter More...
Public Types | |
typedef float | variableType |
Type of the returned object. | |
typedef spacePoint | argumentType |
Type of the argument object. | |
typedef FunctionOf< Nargs, variableType, constargumentType & >::functionType | functionType |
Type of the function returning the value. | |
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: | |
Static Public Attributes | |
static const size_t | c_Nargs |
Number of arguments. | |
a small filter illustrating the behavior of a distance3D-filter
Definition at line 37 of file filters.cc.
|
inherited |
Type of the argument object.
Needed for SFINAE in Filter.hh
Definition at line 84 of file SelectionVariable.h.
|
inherited |
Type of the function returning the value.
Needed for the automated training
Definition at line 88 of file SelectionVariable.h.
|
inherited |
Type of the returned object.
Needed for SFINAE in Filter.hh
Definition at line 81 of file SelectionVariable.h.
|
inlinestatic |
return name of the class
Definition at line 40 of file filters.cc.
|
inlinestaticinherited |
Static method that return the variable associated to:
arg1 | first object of the pair |
arg2 | second object of the pair |
N.B. this method must be static.
|
inlinestatic |
value function does the actual calculation of this class.
Definition at line 43 of file filters.cc.
|
staticinherited |
Number of arguments.
Definition at line 91 of file SelectionVariable.h.