Belle II Software development
hitXP::timeCompare Struct Reference

This structure allows to compare times of 2 hitXP point input (first hit, second hit) output (boolean: true if time of the hit1< time of hit2) More...

#include <hitXP.h>

Public Member Functions

bool operator() (hitXP v, hitXP u) const
 Compare operator for time of two hits.
 

Detailed Description

This structure allows to compare times of 2 hitXP point input (first hit, second hit) output (boolean: true if time of the hit1< time of hit2)

Definition at line 386 of file hitXP.h.

Member Function Documentation

◆ operator()()

bool operator() ( hitXP  v,
hitXP  u 
) const
inline

Compare operator for time of two hits.

Definition at line 388 of file hitXP.h.

389 {return v.m_time < u.m_time;}

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