![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include <map>#include <set>#include <string>

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... | |