CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Parameters.py
Go to the documentation of this file.
1 
2 parameters = {
3  'find': {
4  'immediate_children_threshold': 0,
5  'function_id': 0,
6  'path_file': 'out_paths'
7  },
8  'view': {
9  'levels_up':1,
10  'levels_down':20,
11  'out_file_suffix': '_paths'
12  }
13  }