CMS 3D CMS Logo

Functions
customSegmentBuilder Namespace Reference

Functions

def widenRoads (process)
 

Function Documentation

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 
7  return process
8 
9