![]() |
ATLAS Offline Software
|
#include "CaloGPUClusterAndCellDataMonitor.h"#include "CaloRecGPU/Helpers.h"#include "CaloRecGPU/CUDAFriendlyClasses.h"#include "StoreGate/DataHandle.h"#include "CaloUtils/CaloClusterCollectionProcessor.h"#include "CaloRecGPU/CaloClusterGPUProcessor.h"#include "CaloRecUtilities.h"#include "AthenaMonitoringKernel/Monitored.h"#include "CLHEP/Units/SystemOfUnits.h"#include <map>#include <numeric>#include <algorithm>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | ClusterProperties |
| namespace | ExtraClusterComparisons |
| namespace | CellProperties |
| namespace | CellTypes |
Macros | |
| #define | CALORECGPU_DATA_MONITOR_EXTRA_PRINTOUTS 0 |
| #define | CALORECGPU_BASIC_CLUSTER_PROPERTY(NAME, ...) |
| #define | CALORECGPU_CLUSTER_MOMENT(...) |
| #define | CALORECGPU_CLUSTER_MOMENT_INNER(NAME, PROPERTY, UNIT, ...) |
| #define | CALORECGPU_COMPARED_CLUSTER_PROPERTY(NAME, ...) |
| #define | CALORECGPU_BASIC_CELL_PROPERTY(NAME, ...) |
| #define | CALORECGPU_BASIC_CELL_TYPE(NAME, ...) |
Functions | |
| template<class WeighMatch, class WeighNotMatch> | |
| static void | build_similarity_map_helper (const CaloRecGPU::CellInfoArr &, const CaloRecGPU::CellInfoArr &, const std::vector< int > &cells_prefix_sum_1, const std::vector< int > &cells_prefix_sum_2, const CaloRecGPU::ClusterInfoArr &cluster_info_1, const CaloRecGPU::ClusterInfoArr &cluster_info_2, WeighMatch match, WeighNotMatch not_match) |
| #define CALORECGPU_BASIC_CELL_PROPERTY | ( | NAME, | |
| ... ) |
Definition at line 1171 of file CaloGPUClusterAndCellDataMonitor.cxx.
| #define CALORECGPU_BASIC_CELL_TYPE | ( | NAME, | |
| ... ) |
Definition at line 1339 of file CaloGPUClusterAndCellDataMonitor.cxx.
| #define CALORECGPU_BASIC_CLUSTER_PROPERTY | ( | NAME, | |
| ... ) |
Definition at line 924 of file CaloGPUClusterAndCellDataMonitor.cxx.
| #define CALORECGPU_CLUSTER_MOMENT | ( | ... | ) |
Definition at line 957 of file CaloGPUClusterAndCellDataMonitor.cxx.
| #define CALORECGPU_CLUSTER_MOMENT_INNER | ( | NAME, | |
| PROPERTY, | |||
| UNIT, | |||
| ... ) |
Definition at line 958 of file CaloGPUClusterAndCellDataMonitor.cxx.
| #define CALORECGPU_COMPARED_CLUSTER_PROPERTY | ( | NAME, | |
| ... ) |
Definition at line 1123 of file CaloGPUClusterAndCellDataMonitor.cxx.
| #define CALORECGPU_DATA_MONITOR_EXTRA_PRINTOUTS 0 |
Definition at line 10 of file CaloGPUClusterAndCellDataMonitor.cxx.
|
static |
Definition at line 451 of file CaloGPUClusterAndCellDataMonitor.cxx.