The Gaudi Framework  master (37c0b60a)
Gaudi::Decays::CC Namespace Reference

Classes

struct  CmpCC
 

Typedefs

typedef std::map< std::string, std::string, CmpCCMapCC
 the actual type of CC-map More...
 
typedef std::set< std::string, CmpCCSetCC
 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 Documentation

◆ MapCC

the actual type of CC-map

Definition at line 36 of file CC.h.

◆ SetCC

the actual type of CC-set

Definition at line 38 of file CC.h.

Function Documentation

◆ cc() [1/2]

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

Parameters
origthe original sring
map_the full map of substitutions
posthe starting position
Returns
charge-conjugated string

◆ cc() [2/2]

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

Parameters
origthe original sring
map_the full map of substitutions
posthe starting position
Returns
charge-conjugated string