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

Public Member Functions

def __call__
 
def __init__
 

Public Attributes

 processor
 

Detailed Description

Definition at line 132 of file concentrator.py.

Constructor & Destructor Documentation

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.

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

Member Function Documentation

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.

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

Member Data Documentation

concentrator.CreateMixedFeOptions.processor

Definition at line 139 of file concentrator.py.

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