Connection type with an added time compatibility requirement.
More...
#include <Acts/Clusterization/TimedClusterization.hpp>
|
| | TimedConnect (double time) |
| | Constructor.
|
| | TimedConnect (double time, bool commonCorner) |
| | Constructor.
|
| ConnectResult | operator() (const Cell &ref, const Cell &iter) const override |
| | Check if two cells are connected in space and time.
|
|
|
double | timeTolerance {std::numeric_limits<double>::max()} |
| | Maximum time difference for cells to be considered connected.
|
Connection type with an added time compatibility requirement.
◆ TimedConnect() [1/2]
◆ TimedConnect() [2/2]
Constructor.
- Parameters
-
| time | Time tolerance |
| commonCorner | Whether cells sharing only a corner are considered connected |
◆ operator()()
Check if two cells are connected in space and time.
- Parameters
-
| ref | Reference cell |
| iter | Candidate cell |
- Returns
- Connection result