![]() |
The Gaudi Framework
master (181af51f)
|
#include <map>
#include <set>
#include <string>
Go to the source code of this file.
Classes | |
struct | Gaudi::Decays::CC::CmpCC |
a bit specific comparison of strings, useful for ordering according to the length as the primary parameter More... | |
Namespaces | |
namespace | 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. | |
namespace | Gaudi::Decays |
namespace | Gaudi::Decays::CC |
Typedefs | |
typedef std::map< std::string, std::string, CmpCC > | Gaudi::Decays::CC::MapCC |
the actual type of CC-map | |
typedef std::set< std::string, CmpCC > | Gaudi::Decays::CC::SetCC |
the actual type of CC-set | |
Functions | |
std::string | Gaudi::Decays::CC::cc (const std::string &decay, const MapCC &map_) |
simple function to make charge conjugated inside the original string. | |
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. | |