![]() |
The Gaudi Framework
v38r0 (2143aa4c)
|
#include <map>#include <set>#include <string>

Go to the source code of this file.
Classes | |
| struct | Gaudi::Decays::CC::CmpCC |
Namespaces | |
| Gaudi | |
| Header file for std:chrono::duration-based Counters. | |
| Gaudi::Decays | |
| Gaudi::Decays::CC | |
Typedefs | |
| typedef std::map< std::string, std::string, CmpCC > | Gaudi::Decays::CC::MapCC |
| the actual type of CC-map More... | |
| typedef std::set< std::string, CmpCC > | Gaudi::Decays::CC::SetCC |
| the actual type of CC-set More... | |
Functions | |
| std::string | Gaudi::Decays::CC::cc (const std::string &decay, const MapCC &map_) |
| simple function to make charge conjugated inside the original string. More... | |
| std::string | Gaudi::Decays::CC::cc (const std::string &decay, const std::map< std::string, std::string > &map_) |
| simple function to make charge conjugated inside the original string. More... | |