ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
python.DecayParser | |
Functions | |
def | python.DecayParser.py_parse (cmd) |
def | python.DecayParser.process_block (cmd) |
Variables | |
string | python.DecayParser._slot_separator = "+" |
string | python.DecayParser._candidate_sep = "|" |
string | python.DecayParser._decay_arrow = "->" |
string | python.DecayParser._wild_card = "*" |
python.DecayParser.buf = cmd.split (_decay_arrow) | |
print ("=> [%s]"cmd) More... | |
python.DecayParser.parents = process_block (buf[0]) | |
print ("==> buf:",buf) More... | |
python.DecayParser.children = process_block (buf[1]) | |