CMS 3D CMS Logo

Functions
selectors Namespace Reference

Functions

def create_genmatch (process, inputs, distance=0.3)
 

Function Documentation

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

Definition at line 5 of file selectors.py.

5  ):
6  producer = process.hgc3DClusterGenMatchSelector.clone(
7  dR = cms.double(distance),
8  src = cms.InputTag('{}:HGCalBackendLayer2Processor3DClustering'.format(inputs))
9  )
10  return producer
11