|
| Key (const Coll::key_type &_block, const Block::key_type &_line, const Line::size_type &_field) |
| Constructs a Key from explicit key values.
|
|
| Key (const std::string &keyString) |
| Constructs a Key from a string.
|
|
| Key (const char *keyString) |
| Constructs a Key from a string.
|
|
Key & | str (const std::string &keyString) |
| Converts a string to a Key.
|
|
std::string | str () const |
| Converts a Key into its string representation.
|
|
Reference to a single field in a SLHA structure.
This data type represents a reference to a single field in a SLHA structure, but which is independent of any concrete Coll object. That means that only the keys and the index of the Coll, Block, and Line containers of the corresponding field are stored. One of the main purposes of this data type is the conversion to string and vice versa in a way that the string representation of a Key can be used as a single field in a SLHA structure. For example, the string representation of a Key that refers to the entry in the first row and third column of the RVHMIX matrix is "RVHMIX;1,3;2"
. Further examples are "1000022;DECAY;2"
which refers to the total decay width of the lightest neutralino or "1000022;(any),2,11,24;0"
which refers to the branching ratio of the decay of the lightest neutralino into an electron and a W boson.
Definition at line 2432 of file slhaea.h.