![]() |
The Gaudi Framework
master (b9786168)
|
Classes | |
| struct | CmpCC |
| a bit specific comparison of strings, useful for ordering according to the length as the primary parameter More... | |
Typedefs | |
| typedef std::map< std::string, std::string, CmpCC > | MapCC |
| the actual type of CC-map | |
| typedef std::set< std::string, CmpCC > | SetCC |
| the actual type of CC-set | |
Functions | |
| std::string | cc (const std::string &decay, const MapCC &map_) |
| simple function to make charge conjugated inside the original string. | |
| std::string | cc (const std::string &decay, const std::map< std::string, std::string > &map_) |
| simple function to make charge conjugated inside the original string. | |
| typedef std::map<std::string, std::string, CmpCC> Gaudi::Decays::CC::MapCC |
| typedef std::set<std::string, CmpCC> Gaudi::Decays::CC::SetCC |
| std::string Gaudi::Decays::CC::cc | ( | const std::string & | decay, |
| const MapCC & | map_ ) |
simple function to make charge conjugated inside the original string.
All substrings are subsutututed by their charge conjugates
| orig | the original sring |
| map_ | the full map of substitutions |
| pos | the starting position |
Definition at line 67 of file CC.cpp.
| 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.
All substrings are subsutututed by their charge conjugates
| orig | the original sring |
| map_ | the full map of substitutions |
| pos | the starting position |
Definition at line 69 of file CC.cpp.