Index: /fact/tools/pyscripts/examples/result_collection/fake_analysis.py
===================================================================
--- /fact/tools/pyscripts/examples/result_collection/fake_analysis.py	(revision 13227)
+++ /fact/tools/pyscripts/examples/result_collection/fake_analysis.py	(revision 13228)
@@ -6,5 +6,5 @@
 #
 # this scipt is just a funny test, how such a can, might be filled during an
-# analysis ... 
+# analysis ...
 # it is possible to execute this script
 #
@@ -21,7 +21,8 @@
 # * as well as this script itself
 # and then it will be written, to an output file
-can = {}                # the FACT can 
+analysis = {}
+can['input'] = {}       # 
 can['settings'] = {}    # a subspace for holdind all settings
-can['results'] = {}     # a subspace for holding all results... or similar stuff
+can['output'] = {}      # a subspace for holding all results... or similar stuff
 can['logbook'] = []     # a list of statements ... human readable logbook
 can['src'] = []         # this script and other sources
