CMS 3D CMS Logo

Functions
selectors Namespace Reference

Functions

def create_genmatch (process, inputs, distance=0.3)
 

Function Documentation

◆ create_genmatch()

def selectors.create_genmatch (   process,
  inputs,
  distance = 0.3 
)

Definition at line 3 of file selectors.py.

3 def create_genmatch(process, inputs,
4  distance=0.3
5  ):
6  producer = process.hgc3DClusterGenMatchSelector.clone(
7  dR = cms.double(distance),
8  src = cms.InputTag('{}:HGCalBackendLayer2Processor3DClustering'.format(inputs))
9  )
10  return producer
selectors.create_genmatch
def create_genmatch(process, inputs, distance=0.3)
Definition: selectors.py:3
format