Belle II Software  release-08-01-10
ZIGGZAGGXY_NAME< PointType, PointContainerType > Class Template Reference

checks whether chain of segments are zigg-zagging (changing sign of curvature of neighbouring segments) in the X-Y-plane, returns number of charge-signs found (if != 1, then the given hitContainer is ziggZagging). More...

#include <ZiggZaggXY.h>

Inheritance diagram for ZIGGZAGGXY_NAME< PointType, PointContainerType >:
Collaboration diagram for ZIGGZAGGXY_NAME< PointType, PointContainerType >:

Public Types

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

Public Member Functions

 PUT_NAME_FUNCTION (ZIGGZAGGXY_NAME)
 is replaced by "static const std:string name(void)" frunction which returns name of the Class
 

Static Public Member Functions

static int value (const PointContainerType &hitContainer)
 checks whether chain of segments are zigg-zagging (changing sign of curvature of neighbouring segments) in the X-Y-plane, returns number of charge-signs found (if != 1, then the given hitContainer is ziggZagging)
 
static variableType value (const PointContainerType &arg1, const PointContainerType &arg2)
 Static method that return the variable associated to: More...
 

Static Public Attributes

static const size_t c_Nargs
 Number of arguments.
 

Detailed Description

template<typename PointType, typename PointContainerType>
class Belle2::ZIGGZAGGXY_NAME< PointType, PointContainerType >

checks whether chain of segments are zigg-zagging (changing sign of curvature of neighbouring segments) in the X-Y-plane, returns number of charge-signs found (if != 1, then the given hitContainer is ziggZagging).

ATTENTION: in contrast to the Two- Three- and FourHit-filters, the TrackletFilters do NOT expect Hits, but a Container with pointers to Hits (e.g. Vector of hits or a SpacePointTrackCandidate, These filters therefore apply to arbitrary numbers of hits in that container.

Definition at line 30 of file ZiggZaggXY.h.

Member Typedef Documentation

◆ argumentType

typedef PointContainerType 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 int 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 templateArgumentType &  arg1,
const templateArgumentType &  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: