![]() |
ATLAS Offline Software
|
DecayParser is the class which parses and models decay patterns. More...
Typedefs | |
| typedef std::vector< std::string > | Strings |
DecayParser is the class which parses and models decay patterns.
You can describe via a std::string the decay pattern you are looking for. Eg: you just have to say "Z0[e+;e-]" to create a pattern which can then be used to filter for vertices where such a decay occurs.
| typedef std::vector<std::string> McUtils::Strings |
Definition at line 26 of file DecayParser.h.