CMS 3D CMS Logo

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

Public Member Functions

def __call__ (self, process, inputs)
 
def __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)
 

Public Attributes

 processor
 

Detailed Description

Definition at line 7 of file concentrator.py.

Constructor & Destructor Documentation

◆ __init__()

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  self.processor = supertc_conc_proc.clone(
16  stcSize = stcSize,
17  type_energy_division = type_energy_division,
18  fixedDataSizePerHGCROC = fixedDataSizePerHGCROC,
19  coarsenTriggerCells = coarsenTriggerCells,
20  ctcSize = ctcSize,
21  )
22 

Member Function Documentation

◆ __call__()

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  def __call__(self, process, inputs):
24  producer = process.l1tHGCalConcentratorProducer.clone(
25  InputTriggerCells = cms.InputTag(inputs),
26  InputTriggerSums = cms.InputTag(inputs),
27  ProcessorParameters = self.processor
28  )
29  return producer
30 
31 

Member Data Documentation

◆ processor

concentrator.CreateSuperTriggerCell.processor