ATLAS Offline Software
Loading...
Searching...
No Matches
McUtils Namespace Reference

DecayParser is the class which parses and models decay patterns. More...

Typedefs

typedef std::vector< std::string > Strings

Detailed Description

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 Documentation

◆ Strings

typedef std::vector<std::string> McUtils::Strings

Definition at line 26 of file DecayParser.h.