|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef STOREGATE_WRITECONDHANDLEKEY_H
6 #define STOREGATE_WRITECONDHANDLEKEY_H
58 template <
class OWNER,
62 const std::string&
key={},
65 auto p = owner->declareProperty(std::move(
name), *
this, std::move(
doc));
66 p->template setOwnerType<OWNER>();
WriteCondHandleKey(OWNER *owner, std::string name, const std::string &key={}, std::string doc="")
auto-declaring Property Constructor.
const std::string & key() const
Return the StoreGate ID for the referenced object.
WriteCondHandleKey(const std::string &key, const std::string &dbKey)
Constructor for WriteCondHandle @key StoreGate key @dbKey key in the database.
WriteCondHandleKey(const std::string &key)
Constructor for WriteCondHandle that takes just a SG key @key StoreGate key.
an iterator over instances of a given type in StoreGateSvc. It d-casts and caches locally the pointed...
=============================================================================
const std::string & dbKey() const