CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
clustering3d.CreateHistoMax Class Reference
Inheritance diagram for clustering3d.CreateHistoMax:

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
 

Detailed Description

Definition at line 44 of file clustering3d.py.

Constructor & Destructor Documentation

◆ __init__()

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.

53  ):
54  self.clustering_parameters = histoMax_C3d_clustering_params.clone()
55  self.seeding_parameters = histoMax_C3d_seeding_params.clone()
56  set_histomax_seeding_params(self.seeding_parameters, nBins_X1, nBins_X2, binSumsHisto, seed_threshold)
57  set_histomax_clustering_params(self.clustering_parameters, distance, shape_threshold, shape_distance)
58 
def set_histomax_seeding_params(parameters_seeding_c3d, nBins_X1, nBins_X2, binSumsHisto, seed_threshold)
def set_histomax_clustering_params(parameters_c3d, distance, shape_threshold, shape_distance)

Member Function Documentation

◆ __call__()

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.

59  def __call__(self, process, inputs):
60  producer = process.l1tHGCalBackEndLayer2Producer.clone(
61  InputCluster = cms.InputTag(inputs)
62  )
63  producer.ProcessorParameters.C3d_parameters.histoMax_C3d_clustering_parameters = self.clustering_parameters
64  producer.ProcessorParameters.C3d_parameters.histoMax_C3d_seeding_parameters = self.seeding_parameters
65  return producer
66 
67 

Member Data Documentation

◆ clustering_parameters

clustering3d.CreateHistoMax.clustering_parameters

◆ seeding_parameters

clustering3d.CreateHistoMax.seeding_parameters