Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
utils.py File Reference

Go to the source code of this file.

Namespaces

namespace  utils
 

Functions

def utils.create_file_list
 
def utils.run_analysis
 
def utils.event_display
 

Variables

tuple utils.parser argparse.ArgumentParser()
 
tuple utils.subparser parser.add_subparsers(dest='command')
 
tuple utils.create subparser.add_parser('create', help='Create file lists.')
 
tuple utils.run subparser.add_parser('run', help='Run LEDTowerBuilder on the given file list.')
 
tuple utils.evtDisp subparser.add_parser('evtDisp', help='Create event display (json) given prdf and event number.')
 
tuple utils.args parser.parse_args()