The Gaudi Framework
master (37c0b60a)
|
Classes | |
struct | CmpCC |
Typedefs | |
typedef std::map< std::string, std::string, CmpCC > | MapCC |
the actual type of CC-map More... | |
typedef std::set< std::string, CmpCC > | SetCC |
the actual type of CC-set More... | |
Functions | |
std::string | cc (const std::string &decay, const MapCC &map_) |
simple function to make charge conjugated inside the original string. More... | |
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. More... | |
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 |
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 |