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

Public Member Functions

def __call__
 
def __init__
 

Public Attributes

 processor
 

Detailed Description

Definition at line 7 of file concentrator.py.

Constructor & Destructor Documentation

def concentrator.CreateSuperTriggerCell.__init__ (   self,
  stcSize = supertc_conc_proc.stcSize,
  type_energy_division = supertc_conc_proc.type_energy_division,
  fixedDataSizePerHGCROC = supertc_conc_proc.fixedDataSizePerHGCROC,
  coarsenTriggerCells = supertc_conc_proc.coarsenTriggerCells,
  ctcSize = supertc_conc_proc.ctcSize 
)

Definition at line 14 of file concentrator.py.

14 
15  ):
16  self.processor = supertc_conc_proc.clone(
17  stcSize = stcSize,
18  type_energy_division = type_energy_division,
19  fixedDataSizePerHGCROC = fixedDataSizePerHGCROC,
20  coarsenTriggerCells = coarsenTriggerCells,
21  ctcSize = ctcSize,
22  )

Member Function Documentation

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

Definition at line 23 of file concentrator.py.

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

23 
24  def __call__(self, process, inputs):
25  producer = process.hgcalConcentratorProducer.clone(
26  InputTriggerCells = cms.InputTag(inputs),
27  InputTriggerSums = cms.InputTag(inputs),
28  ProcessorParameters = self.processor
29  )
30  return producer
31 

Member Data Documentation

concentrator.CreateSuperTriggerCell.processor

Definition at line 15 of file concentrator.py.

Referenced by 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__().