ATLAS Offline Software
|
Functions | |
def | py_parse (cmd) |
def | process_block (cmd) |
Variables | |
string | _slot_separator = "+" |
string | _candidate_sep = "|" |
string | _decay_arrow = "->" |
string | _wild_card = "*" |
buf = cmd.split (_decay_arrow) | |
print ("=> [%s]"cmd) More... | |
parents = process_block (buf[0]) | |
print ("==> buf:",buf) More... | |
children = process_block (buf[1]) | |
def python.DecayParser.process_block | ( | cmd | ) |
Definition at line 36 of file DecayParser.py.
def python.DecayParser.py_parse | ( | cmd | ) |
Definition at line 16 of file DecayParser.py.
|
private |
Definition at line 12 of file DecayParser.py.
|
private |
Definition at line 13 of file DecayParser.py.
|
private |
Definition at line 11 of file DecayParser.py.
|
private |
Definition at line 14 of file DecayParser.py.
python.DecayParser.buf = cmd.split (_decay_arrow) |
print ("=> [%s]"cmd)
Definition at line 27 of file DecayParser.py.
python.DecayParser.children = process_block (buf[1]) |
Definition at line 32 of file DecayParser.py.
python.DecayParser.parents = process_block (buf[0]) |
print ("==> buf:",buf)
Definition at line 31 of file DecayParser.py.