|
| template<typename Container > |
| auto | as_range (Container &container) |
| | Make a range_t from a container. More...
|
| |
| template<typename Container > |
| auto | as_range (const Container &container) |
| | Make a range_t from a const container. More...
|
| |
| TDirectory * | getMkdir (TDirectory *dir, const std::string &name, bool doThrow=true) |
| | Get a directory, making it if it isn't there already. More...
|
| |
| template<typename Map > |
| Map::mapped_type | getDefaultKey (const Map &theMap, const typename Map::key_type &key, const typename Map::key_type &defaultKey) |
| | Get a value by key, defaulting to a backup key if it is not there. More...
|
| |
| unsigned int | getNSlots () |
| | Get the number of slots used in this session. More...
|
| |
| std::string | uniqueBranchName (const std::string &stub="GenBranch") |
| | Could perhaps be more natural in the IBranchNamer? More...
|
| |
File containing helper classes and functions.