|
LDMX Software
|
Public Member Functions | |
| int | getId (int cell_id, int module_id) |
| float | getDist (int id1, int id2) |
| void | addTp (int tid, int cell_id, int module_id, float x, float y) |
| void | addNeighbor (int id1, int id2) |
| bool | checkNeighbor (int id1, int id2) |
| void | initialize () |
Public Attributes | |
| bool | is_initialized_ = false |
| std::map< std::pair< int, int >, int > | reverse_id_map_ |
| std::map< int, std::pair< int, int > > | id_map_ |
| std::map< int, std::pair< float, float > > | positions_ |
| std::map< std::pair< int, int >, float > | distances_ |
| std::map< int, std::vector< int > > | neighbors_ |
Definition at line 18 of file IdealClusterBuilder.h.
| void trigger::ClusterGeometry::addNeighbor | ( | int | id1, |
| int | id2 ) |
Definition at line 11 of file IdealClusterBuilder.cxx.
| void trigger::ClusterGeometry::addTp | ( | int | tid, |
| int | cell_id, | ||
| int | module_id, | ||
| float | x, | ||
| float | y ) |
Definition at line 5 of file IdealClusterBuilder.cxx.
| bool trigger::ClusterGeometry::checkNeighbor | ( | int | id1, |
| int | id2 ) |
Definition at line 22 of file IdealClusterBuilder.cxx.
|
inline |
Definition at line 38 of file IdealClusterBuilder.h.
|
inline |
Definition at line 35 of file IdealClusterBuilder.h.
| void trigger::ClusterGeometry::initialize | ( | ) |
Definition at line 27 of file IdealClusterBuilder.cxx.
| std::map<std::pair<int, int>, float> trigger::ClusterGeometry::distances_ |
Definition at line 30 of file IdealClusterBuilder.h.
| std::map<int, std::pair<int, int> > trigger::ClusterGeometry::id_map_ |
Definition at line 24 of file IdealClusterBuilder.h.
| bool trigger::ClusterGeometry::is_initialized_ = false |
Definition at line 20 of file IdealClusterBuilder.h.
| std::map<int, std::vector<int> > trigger::ClusterGeometry::neighbors_ |
Definition at line 33 of file IdealClusterBuilder.h.
| std::map<int, std::pair<float, float> > trigger::ClusterGeometry::positions_ |
Definition at line 27 of file IdealClusterBuilder.h.
| std::map<std::pair<int, int>, int> trigger::ClusterGeometry::reverse_id_map_ |
Definition at line 23 of file IdealClusterBuilder.h.