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
concentrator.CreateBestChoice Class Reference
Inheritance diagram for concentrator.CreateBestChoice:

Public Member Functions

def __call__
 
def __init__
 

Public Attributes

 processor
 

Detailed Description

Definition at line 51 of file concentrator.py.

Constructor & Destructor Documentation

def concentrator.CreateBestChoice.__init__ (   self,
  triggercells = best_conc_proc.NData,
  coarsenTriggerCells = best_conc_proc.coarsenTriggerCells,
  ctcSize = best_conc_proc.ctcSize 
)

Definition at line 56 of file concentrator.py.

56 
57  ):
58  self.processor = best_conc_proc.clone(
59  NData = triggercells,
60  coarsenTriggerCells = coarsenTriggerCells,
61  ctcSize=ctcSize,
62  )

Member Function Documentation

def concentrator.CreateBestChoice.__call__ (   self,
  process,
  inputs 
)

Definition at line 63 of file concentrator.py.

References clustering2d_v2.RozBinTruncation.processor, concentrator.CreateSuperTriggerCell.processor, concentrator.CreateThreshold.processor, cscdqm::EventProcessorMutex.processor, concentrator.CreateBestChoice.processor, clustering2d.RozBinTruncation.processor, and cscdqm::Dispatcher.processor.

63 
64  def __call__(self, process, inputs):
65  producer = process.hgcalConcentratorProducer.clone(
66  InputTriggerCells = cms.InputTag(inputs),
67  InputTriggerSums = cms.InputTag(inputs),
68  ProcessorParameters = self.processor
69  )
70  return producer
71 

Member Data Documentation

concentrator.CreateBestChoice.processor

Definition at line 57 of file concentrator.py.

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