ATLAS Offline Software
Loading...
Searching...
No Matches
DecayParser.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.DecayParser

Functions

 python.DecayParser.py_parse (cmd)
 python.DecayParser.process_block (cmd)

Variables

str python.DecayParser._slot_separator = "+"
str python.DecayParser._candidate_sep = "|"
str python.DecayParser._decay_arrow = "->"
str python.DecayParser._wild_card = "*"
 python.DecayParser.buf = cmd.split (_decay_arrow)
 python.DecayParser.parents = process_block (buf[0])
 print ("==> buf:",buf)
 python.DecayParser.children = process_block (buf[1])