def customClustering.custom_2dclustering_constrainedtopological | ( | process, | |
distance = constrTopological_C2d_params.dR_cluster , |
|||
seed_threshold = constrTopological_C2d_params.seeding_threshold_silicon , |
|||
cluster_threshold = constrTopological_C2d_params.clustering_threshold_silicon # MipT |
|||
) |
Definition at line 53 of file customClustering.py.
References set_threshold_params().
Referenced by custom_2dclustering_topological().
def customClustering.custom_2dclustering_distance | ( | process, | |
distance = distance_C2d_params.dR_cluster , |
|||
seed_threshold = distance_C2d_params.seeding_threshold_silicon , |
|||
cluster_threshold = distance_C2d_params.clustering_threshold_silicon # MipT |
|||
) |
Definition at line 32 of file customClustering.py.
References custom_2dclustering_topological(), and set_threshold_params().
Referenced by set_threshold_params().
def customClustering.custom_2dclustering_dummy | ( | process | ) |
Definition at line 60 of file customClustering.py.
References custom_3dclustering_distance().
def customClustering.custom_2dclustering_topological | ( | process, | |
seed_threshold = topological_C2d_params.seeding_threshold_silicon , |
|||
cluster_threshold = topological_C2d_params.clustering_threshold_silicon # MipT |
|||
) |
Definition at line 42 of file customClustering.py.
References custom_2dclustering_constrainedtopological(), and set_threshold_params().
Referenced by custom_2dclustering_distance().
def customClustering.custom_3dclustering_clusteringRadiusLayerbyLayerFixedEta | ( | process, | |
distance_coefficientA = dr_layerbylayer |
|||
) |
Definition at line 128 of file customClustering.py.
References custom_3dclustering_clusteringRadiusNoLayerDependenceFixedEta().
Referenced by custom_3dclustering_clusteringRadiusLayerbyLayerVariableEta().
def customClustering.custom_3dclustering_clusteringRadiusLayerbyLayerVariableEta | ( | process, | |
distance_coefficientA = dr_layerbylayer , |
|||
distance_coefficientB = dr_layerbylayer_Bcoefficient |
|||
) |
Definition at line 120 of file customClustering.py.
References custom_3dclustering_clusteringRadiusLayerbyLayerFixedEta().
Referenced by custom_3dclustering_variableDr().
def customClustering.custom_3dclustering_clusteringRadiusNoLayerDependenceFixedEta | ( | process, | |
distance_coefficientA = 0.03 |
|||
) |
Definition at line 135 of file customClustering.py.
References custom_3dclustering_clusteringRadiusNoLayerDependenceVariableEta().
Referenced by custom_3dclustering_clusteringRadiusLayerbyLayerFixedEta().
def customClustering.custom_3dclustering_clusteringRadiusNoLayerDependenceVariableEta | ( | process, | |
distance_coefficientA = 0.03 , |
|||
distance_coefficientB = 0.02 |
|||
) |
Definition at line 143 of file customClustering.py.
Referenced by custom_3dclustering_clusteringRadiusNoLayerDependenceFixedEta().
def customClustering.custom_3dclustering_dbscan | ( | process, | |
distance = dbscan_C3d_params.dist_dbscan_multicluster , |
|||
min_points = dbscan_C3d_params.minN_dbscan_multicluster |
|||
) |
Definition at line 76 of file customClustering.py.
References set_histomax_clustering_params().
Referenced by custom_3dclustering_distance().
def customClustering.custom_3dclustering_distance | ( | process, | |
distance = distance_C3d_params.dR_multicluster |
|||
) |
Definition at line 67 of file customClustering.py.
References custom_3dclustering_dbscan().
Referenced by custom_2dclustering_dummy().
def customClustering.custom_3dclustering_EnergySplitAssociation | ( | process | ) |
Definition at line 156 of file customClustering.py.
def customClustering.custom_3dclustering_fixedRadius | ( | process, | |
distance = histoMax_C3d_clustering_params.dR_multicluster , |
|||
shape_threshold = histoMax_C3d_clustering_params.shape_threshold , |
|||
shape_distance = histoMax_C3d_clustering_params.shape_distance |
|||
) |
Definition at line 99 of file customClustering.py.
References custom_3dclustering_variableDr(), and set_histomax_clustering_params().
Referenced by set_histomax_clustering_params().
def customClustering.custom_3dclustering_nearestNeighbourAssociation | ( | process | ) |
Definition at line 150 of file customClustering.py.
def customClustering.custom_3dclustering_variableDr | ( | process, | |
distances = histoMaxVariableDR_C3d_params.dR_multicluster_byLayer_coefficientA , |
|||
shape_threshold = histoMaxVariableDR_C3d_params.shape_threshold , |
|||
shape_distance = histoMaxVariableDR_C3d_params.shape_distance |
|||
) |
Definition at line 109 of file customClustering.py.
References custom_3dclustering_clusteringRadiusLayerbyLayerVariableEta(), and set_histomax_clustering_params().
Referenced by custom_3dclustering_fixedRadius().
def customClustering.set_histomax_clustering_params | ( | parameters_c3d, | |
distance, | |||
shape_threshold, | |||
shape_distance | |||
) |
Definition at line 89 of file customClustering.py.
References custom_3dclustering_fixedRadius().
Referenced by clustering3d.create_histoInterpolatedMax1stOrder(), clustering3d.create_histoInterpolatedMax2ndOrder(), clustering3d.create_histoMax(), clustering3d.create_histoMax_variableDr(), clustering3d.create_histoMaxXY_variableDr(), clustering3d.create_histoThreshold(), custom_3dclustering_dbscan(), custom_3dclustering_fixedRadius(), and custom_3dclustering_variableDr().
def customClustering.set_threshold_params | ( | pset, | |
seed_threshold, | |||
cluster_threshold | |||
) |
Definition at line 21 of file customClustering.py.
References custom_2dclustering_distance().
Referenced by clustering2d.create_constrainedtopological(), clustering2d.create_distance(), clustering2d.create_topological(), custom_2dclustering_constrainedtopological(), custom_2dclustering_distance(), and custom_2dclustering_topological().