CMS 3D CMS Logo

Functions
customSegmentBuilder Namespace Reference

Functions

def widenRoads (process)
 

Function Documentation

◆ widenRoads()

def customSegmentBuilder.widenRoads (   process)

Definition at line 3 of file customSegmentBuilder.py.

3 def widenRoads(process):
4  if hasattr(process,'cscSegments'):
5  for ps in process.cscSegments.algo_psets[4].algo_psets: ps.enlarge = True
6  return process
customSegmentBuilder.widenRoads
def widenRoads(process)
Definition: customSegmentBuilder.py:3