CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
clustering2d.RozBinTruncation Class Reference
Inheritance diagram for clustering2d.RozBinTruncation:

Public Member Functions

def __call__
 
def __init__
 

Public Attributes

 processor
 

Detailed Description

Definition at line 71 of file clustering2d.py.

Constructor & Destructor Documentation

def clustering2d.RozBinTruncation.__init__ (   self,
  maxTcsPerBin = truncation_params.maxTcsPerBin 
)

Definition at line 73 of file clustering2d.py.

73 
74  maxTcsPerBin=truncation_params.maxTcsPerBin):
75  self.processor = layer1truncation_proc.clone(
76  truncation_parameters=truncation_params.clone(
77  maxTcsPerBin=maxTcsPerBin
78  )
79  )

Member Function Documentation

def clustering2d.RozBinTruncation.__call__ (   self,
  process,
  inputs 
)

Definition at line 80 of file clustering2d.py.

References cscdqm::EventProcessorMutex.processor, clustering2d.RozBinTruncation.processor, and cscdqm::Dispatcher.processor.

80 
81  def __call__(self, process, inputs):
82  producer = process.hgcalBackEndLayer1Producer.clone(
83  InputTriggerCells = cms.InputTag(inputs),
84  ProcessorParameters = self.processor
85  )
86  return producer

Member Data Documentation

clustering2d.RozBinTruncation.processor

Definition at line 74 of file clustering2d.py.

Referenced by clustering2d_v2.RozBinTruncation.__call__(), vfe.CreateVfe.__call__(), concentrator.CreateSuperTriggerCell.__call__(), concentrator.CreateThreshold.__call__(), concentrator.CreateBestChoice.__call__(), clustering2d.RozBinTruncation.__call__(), concentrator.CreateAutoencoder.__call__(), concentrator.CreateOneBitFraction.__call__(), concentrator.CreateMixedFeOptions.__call__(), and concentrator.CreateCustom.__call__().