Public Member Functions | |
def | __call__ (self, process, inputs) |
def | __init__ (self, distance=histoMax_C3d_clustering_params.dR_multicluster, nBins_X1=histoMax_C3d_seeding_params.nBins_X1_histo_multicluster, nBins_X2=histoMax_C3d_seeding_params.nBins_X2_histo_multicluster, binSumsHisto=histoMax_C3d_seeding_params.binSumsHisto, seed_threshold=histoMax_C3d_seeding_params.threshold_histo_multicluster, shape_threshold=histoMax_C3d_clustering_params.shape_threshold, shape_distance=histoMax_C3d_clustering_params.shape_distance) |
Public Attributes | |
clustering_parameters | |
seeding_parameters | |
Definition at line 44 of file clustering3d.py.
def clustering3d.CreateHistoMax.__init__ | ( | self, | |
distance = histoMax_C3d_clustering_params.dR_multicluster , |
|||
nBins_X1 = histoMax_C3d_seeding_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoMax_C3d_seeding_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoMax_C3d_seeding_params.binSumsHisto , |
|||
seed_threshold = histoMax_C3d_seeding_params.threshold_histo_multicluster , |
|||
shape_threshold = histoMax_C3d_clustering_params.shape_threshold , |
|||
shape_distance = histoMax_C3d_clustering_params.shape_distance |
|||
) |
Definition at line 53 of file clustering3d.py.
def clustering3d.CreateHistoMax.__call__ | ( | self, | |
process, | |||
inputs | |||
) |
Definition at line 59 of file clustering3d.py.
References clustering3d.CreateHistoMax.clustering_parameters, and clustering3d.CreateHistoMax.seeding_parameters.
clustering3d.CreateHistoMax.clustering_parameters |
Definition at line 54 of file clustering3d.py.
Referenced by clustering3d.CreateHistoMax.__call__(), clustering3d.CreateHistoMaxVariableDr.__call__(), clustering3d.CreateHistoMaxXYVariableDr.__call__(), clustering3d.CreateHistoInterpolatedMax1stOrder.__call__(), clustering3d.CreateHistoInterpolatedMax2ndOrder.__call__(), and clustering3d.CreateHistoThreshold.__call__().
clustering3d.CreateHistoMax.seeding_parameters |
Definition at line 55 of file clustering3d.py.
Referenced by clustering3d.CreateHistoMax.__call__(), clustering3d.CreateHistoMaxVariableDr.__call__(), clustering3d.CreateHistoMaxXYVariableDr.__call__(), clustering3d.CreateHistoInterpolatedMax1stOrder.__call__(), clustering3d.CreateHistoInterpolatedMax2ndOrder.__call__(), and clustering3d.CreateHistoThreshold.__call__().