CMS 3D CMS Logo

Functions
customNewProcessors Namespace Reference

Functions

def custom_clustering_standalone (process)
 
def custom_layer1_truncation (process)
 
def custom_stage1_truncation (process)
 
def custom_tower_standalone (process)
 

Function Documentation

◆ custom_clustering_standalone()

def customNewProcessors.custom_clustering_standalone (   process)

Definition at line 20 of file customNewProcessors.py.

20 def custom_clustering_standalone(process):
21  process.l1tHGCalBackEndLayer2Producer.ProcessorParameters.ProcessorName = cms.string('HGCalBackendLayer2Processor3DClusteringSA')
22  process.l1tHGCalBackEndLayer2Producer.ProcessorParameters.DistributionParameters = truncation_params
23  return process
24 
def custom_clustering_standalone(process)

◆ custom_layer1_truncation()

def customNewProcessors.custom_layer1_truncation (   process)

Definition at line 6 of file customNewProcessors.py.

6 def custom_layer1_truncation(process):
7  parameters = layer1truncation_proc.clone()
8  process.l1tHGCalBackEndLayer1Producer.ProcessorParameters = parameters
9  process.l1tHGCalBackEndLayer2Producer.InputCluster = cms.InputTag('l1tHGCalBackEndLayer1Producer:HGCalBackendLayer1Processor')
10  process.l1tHGCalTowerProducer.InputTriggerCells = cms.InputTag('l1tHGCalBackEndLayer1Producer:HGCalBackendLayer1Processor')
11  return process
12 
def custom_layer1_truncation(process)

◆ custom_stage1_truncation()

def customNewProcessors.custom_stage1_truncation (   process)

Definition at line 13 of file customNewProcessors.py.

13 def custom_stage1_truncation(process):
14  parameters = stage1truncation_proc.clone()
15  process.l1tHGCalBackEndLayer1Producer.ProcessorParameters = parameters
16  process.l1tHGcalBackEndLayer2Producer.InputCluster = cms.InputTag('l1tHGCalBackEndStage1Producer:HGCalBackendStage1Processor')
17  process.l1tHGCalTowerProducer.InputTriggerCells = cms.InputTag('l1tHGCalBackEndStage1Producer:HGCalBackendStage1Processor')
18  return process
19 
def custom_stage1_truncation(process)

◆ custom_tower_standalone()

def customNewProcessors.custom_tower_standalone (   process)

Definition at line 25 of file customNewProcessors.py.

25 def custom_tower_standalone(process):
26  process.l1tHGCalTowerProducer.ProcessorParameters.ProcessorName = cms.string('HGCalTowerProcessorSA')
27  return process
28 
def custom_tower_standalone(process)