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

Public Member Functions

def __call__
 
def __init__
 

Public Attributes

 processor
 

Detailed Description

Definition at line 32 of file concentrator.py.

Constructor & Destructor Documentation

def concentrator.CreateThreshold.__init__ (   self,
  threshold_silicon = threshold_conc_proc.threshold_silicon,
  threshold_scintillator = threshold_conc_proc.threshold_scintillator  # in mipT 
)

Definition at line 36 of file concentrator.py.

36 
37  ):
38  self.processor = threshold_conc_proc.clone(
39  threshold_silicon = threshold_silicon, # MipT
40  threshold_scintillator = threshold_scintillator # MipT
41  )

Member Function Documentation

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

Definition at line 42 of file concentrator.py.

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

42 
43  def __call__(self, process, inputs):
44  producer = process.hgcalConcentratorProducer.clone(
45  InputTriggerCells = cms.InputTag(inputs),
46  InputTriggerSums = cms.InputTag(inputs),
47  ProcessorParameters = self.processor
48  )
49  return producer
50 

Member Data Documentation

concentrator.CreateThreshold.processor

Definition at line 37 of file concentrator.py.

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