The Gaudi Framework  master (37c0b60a)
CC.h File Reference
#include <map>
#include <set>
#include <string>
Include dependency graph for CC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gaudi::Decays::CC::CmpCC
 

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 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...