HPS-MC
hpsmc.help Namespace Reference

Utility script for printing help about component classes. More...

Functions

def print_component (v)
 Accepts Component class and prints info about it. More...
 
def print_components ()
 Print info for all Component classes. More...
 
def print_job_script (script_path)
 

Variables

tuple _ignore = ('Component', 'EventGenerator', 'StdHepTool', 'JavaTool', 'MG')
 

Detailed Description

Utility script for printing help about component classes.

Function Documentation

◆ print_component()

def hpsmc.help.print_component (   v)

Accepts Component class and prints info about it.

Definition at line 14 of file help.py.

◆ print_components()

def hpsmc.help.print_components ( )

Print info for all Component classes.

Definition at line 52 of file help.py.

◆ print_job_script()

def hpsmc.help.print_job_script (   script_path)

Definition at line 62 of file help.py.

Variable Documentation

◆ _ignore

tuple _ignore = ('Component', 'EventGenerator', 'StdHepTool', 'JavaTool', 'MG')
private

Definition at line 11 of file help.py.