def customHistoSeeding.custom_3dclustering_histoInterpolatedMax1stOrder | ( | process, | |
nBins_X1 = histoInterpolatedMax_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoInterpolatedMax_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoInterpolatedMax_C3d_params.binSumsHisto , |
|||
seed_threshold = histoInterpolatedMax_C3d_params.threshold_histo_multicluster |
|||
) |
Definition at line 55 of file customHistoSeeding.py.
References custom_3dclustering_histoInterpolatedMax2ndOrder(), and set_histomax_seeding_params().
Referenced by custom_3dclustering_histoSecondaryMax().
def customHistoSeeding.custom_3dclustering_histoInterpolatedMax2ndOrder | ( | process, | |
nBins_X1 = histoInterpolatedMax_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoInterpolatedMax_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoInterpolatedMax_C3d_params.binSumsHisto , |
|||
seed_threshold = histoInterpolatedMax_C3d_params.threshold_histo_multicluster |
|||
) |
Definition at line 70 of file customHistoSeeding.py.
References custom_3dclustering_histoThreshold(), and set_histomax_seeding_params().
Referenced by custom_3dclustering_histoInterpolatedMax1stOrder().
def customHistoSeeding.custom_3dclustering_histoMax | ( | process, | |
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 , |
|||
seed_position = histoMax_C3d_seeding_params.seed_position |
|||
) |
Definition at line 30 of file customHistoSeeding.py.
References custom_3dclustering_histoSecondaryMax(), and set_histomax_seeding_params().
Referenced by set_histomax_seeding_params().
def customHistoSeeding.custom_3dclustering_histoSecondaryMax | ( | process, | |
threshold = histoSecondaryMax_C3d_params.threshold_histo_multicluster , |
|||
nBins_X1 = histoSecondaryMax_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoSecondaryMax_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoSecondaryMax_C3d_params.binSumsHisto |
|||
) |
Definition at line 42 of file customHistoSeeding.py.
References custom_3dclustering_histoInterpolatedMax1stOrder(), and set_histomax_seeding_params().
Referenced by custom_3dclustering_histoMax().
def customHistoSeeding.custom_3dclustering_histoThreshold | ( | process, | |
nBins_X1 = histoThreshold_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoThreshold_C3d_params.nBins_X2_histo_multicluster , |
|||
binSumsHisto = histoThreshold_C3d_params.binSumsHisto , |
|||
seed_threshold = histoThreshold_C3d_params.threshold_histo_multicluster |
|||
) |
Definition at line 85 of file customHistoSeeding.py.
References custom_3dclustering_XYHistoMax(), and set_histomax_seeding_params().
Referenced by custom_3dclustering_histoInterpolatedMax2ndOrder().
def customHistoSeeding.custom_3dclustering_XYHistoMax | ( | process, | |
nBins_X1 = histoMaxXYVariableDR_C3d_params.nBins_X1_histo_multicluster , |
|||
nBins_X2 = histoMaxXYVariableDR_C3d_params.nBins_X2_histo_multicluster , |
|||
seed_threshold = histoMaxXYVariableDR_C3d_params.threshold_histo_multicluster , |
|||
seed_position = histoMaxXYVariableDR_C3d_params.seed_position |
|||
) |
Definition at line 98 of file customHistoSeeding.py.
References set_histomax_seeding_params().
Referenced by custom_3dclustering_histoThreshold().
def customHistoSeeding.set_histomax_seeding_params | ( | parameters_seeding_c3d, | |
nBins_X1, | |||
nBins_X2, | |||
binSumsHisto, | |||
seed_threshold | |||
) |
Definition at line 17 of file customHistoSeeding.py.
References custom_3dclustering_histoMax().
Referenced by clustering3d.create_histoInterpolatedMax1stOrder(), clustering3d.create_histoInterpolatedMax2ndOrder(), clustering3d.create_histoMax(), clustering3d.create_histoMax_variableDr(), clustering3d.create_histoMaxXY_variableDr(), clustering3d.create_histoThreshold(), custom_3dclustering_histoInterpolatedMax1stOrder(), custom_3dclustering_histoInterpolatedMax2ndOrder(), custom_3dclustering_histoMax(), custom_3dclustering_histoSecondaryMax(), custom_3dclustering_histoThreshold(), and custom_3dclustering_XYHistoMax().