ATLAS Offline Software
Namespaces | Functions
StoreGate/StoreGate/DecorKeyHelpers.h File Reference

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

#include <string>
Include dependency graph for StoreGate/StoreGate/DecorKeyHelpers.h:

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)
 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 StoreGate/StoreGate/DecorKeyHelpers.h.