Crombie Tools
crombie::Types Namespace Reference

Classes

class  Binning
 This generates and stores all of the edges needed in a histogram. More...
 

Typedefs

template<typename V >
using map = std::map< const std::string, V >
 Map with strings as the keys. More...
 
using strings = std::vector< std::string >
 

Typedef Documentation

§ map

template<typename V >
using crombie::Types::map = typedef std::map<const std::string, V>

Map with strings as the keys.

Parameters
VThe mapped type

Definition at line 22 of file Types.h.

§ strings

using crombie::Types::strings = typedef std::vector<std::string>

Definition at line 16 of file Types.h.