CMS 3D CMS Logo

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

Public Member Functions

def __call__ (self, process, inputs)
 
def __init__ (self, stcSize=custom_conc_proc.stcSize, type_energy_division=custom_conc_proc.type_energy_division, fixedDataSizePerHGCROC=custom_conc_proc.fixedDataSizePerHGCROC, triggercells=custom_conc_proc.NData)
 

Public Attributes

 processor
 

Detailed Description

Definition at line 132 of file concentrator.py.

Constructor & Destructor Documentation

◆ __init__()

def concentrator.CreateMixedFeOptions.__init__ (   self,
  stcSize = custom_conc_proc.stcSize,
  type_energy_division = custom_conc_proc.type_energy_division,
  fixedDataSizePerHGCROC = custom_conc_proc.fixedDataSizePerHGCROC,
  triggercells = custom_conc_proc.NData 
)

Definition at line 138 of file concentrator.py.

138  ):
139  self.processor = custom_conc_proc.clone(
140  stcSize = stcSize,
141  type_energy_division = type_energy_division,
142  fixedDataSizePerHGCROC = fixedDataSizePerHGCROC,
143  NData = triggercells,
144  Method = cms.vstring('bestChoiceSelect','superTriggerCellSelect','superTriggerCellSelect'),
145  )
146 

Member Function Documentation

◆ __call__()

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

Definition at line 147 of file concentrator.py.

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

147  def __call__(self, process, inputs):
148  producer = process.l1tHGCalConcentratorProducer.clone(
149  InputTriggerCells = cms.InputTag(inputs),
150  InputTriggerSums = cms.InputTag(inputs),
151  ProcessorParameters = self.processor
152  )
153  return producer
154 
155 

Member Data Documentation

◆ processor

concentrator.CreateMixedFeOptions.processor