ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Ccl::HasRetrievableRowInfo Concept Reference

#include <Acts/Clusterization/Clusterization.hpp>

Concept definition

template<typename Cell>
concept Acts::Ccl::HasRetrievableRowInfo = requires(Cell cell) {
{ getCellRow(cell) } -> std::same_as<int>;
}
Definition Clusterization.hpp:91