Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions
DecorKeyHelpers.cxx File Reference

Some common helper functions used by decoration handles. More...

#include "StoreGate/DecorKeyHelpers.h"
#include "StoreGate/exceptions.h"
#include "StoreGate/VarHandleKey.h"
Include dependency graph for DecorKeyHelpers.cxx:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

std::string SG::contKeyFromKey (const std::string &key)
 Extract the container part of key. More...
 
std::string SG::decorKeyFromKey (const std::string &key, const std::string &deflt)
 Extract the decoration part of key. More...
 
std::string SG::makeContDecorKey (const std::string &cont, const std::string &decor)
 Make a StoreGate key from container and decoration name. More...
 
std::string SG::makeContDecorKey (const VarHandleKey &contKey, const std::string &key)
 Make a StoreGate key from container and decoration. More...
 
void SG::removeContFromDecorKey (const VarHandleKey &contKey, std::string &key)
 Remove container name from decoration key. More...
 

Detailed Description

Some common helper functions used by decoration handles.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Mar, 2017

Definition in file DecorKeyHelpers.cxx.