~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to bin/utilities/json_to_root.py

  • Committer: Chris Rogers
  • Date: 2012-10-03 07:19:33 UTC
  • mfrom: (659.1.40 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20121003071933-kgrhvl1ec6w2jmug
Tags: MAUS-v0.3.3
MAUS-v0.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
def run():
27
27
    """Run the macro"""
28
28
 
29
 
    # This input generates spills from json document
 
29
    # This generates events (usually spills) from a json-formatted ascii file
30
30
    my_input = MAUS.InputPyJSON()
31
 
    # This input outputs spills to root file
 
31
    # This outputs events (usually spills) to a root-formatted binary file
32
32
    my_output = MAUS.OutputCppRoot()
33
33
 
34
34
    # Execute inputter and outputter