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_v2.RozBinTruncation Class Reference
Inheritance diagram for clustering2d_v2.RozBinTruncation:

Public Member Functions

def __call__
 
def __init__
 

Public Attributes

 processor
 

Detailed Description

Definition at line 6 of file clustering2d_v2.py.

Constructor & Destructor Documentation

def clustering2d_v2.RozBinTruncation.__init__ (   self,
  maxTcsPerBin = truncation_params.maxTcsPerBin,
  doTruncation = truncation_params.doTruncation 
)

Definition at line 9 of file clustering2d_v2.py.

9 
10  doTruncation=truncation_params.doTruncation):
11  self.processor = stage1truncation_proc.clone(
12  truncation_parameters=truncation_params.clone(
13  maxTcsPerBin=maxTcsPerBin,
14  doTruncation=doTruncation
15  )
16  )

Member Function Documentation

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

Definition at line 17 of file clustering2d_v2.py.

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

17 
18  def __call__(self,process,inputs):
19  producer = process.hgcalBackEndStage1Producer.clone(
20  InputTriggerCells = cms.InputTag(inputs),
21  C2d_parameters = dummy_C2d_params.clone(),
22  ProcessorParameters = self.processor
23  )
24  return producer

Member Data Documentation

clustering2d_v2.RozBinTruncation.processor

Definition at line 10 of file clustering2d_v2.py.

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