|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include "boost/tokenizer.hpp"
48 return StatusCode::SUCCESS;
61 typedef boost::tokenizer<boost::char_separator<char> > tokenizer;
62 boost::char_separator<char>
sep(
" ,");
67 std::vector<const SG::DataProxy*> proxies =
m_sg->proxies();
96 <<
"Using StoreGate object: "
StatusCode initialize()
Initialize, from a type.
std::string m_name
The name of the tool/alg in which this is used.
std::string m_usedKey
The actual key we'll use.
std::string find(const std::string &s)
return a remapped string
std::string m_typname
The name of the desired type.
std::string & m_sgkey
The requested SG key.
ServiceHandle< StoreGateSvc > & m_sg
The event storage service.
Block filler tool for noisy FEB information.
Helper to resolve the SG key to use.
::StatusCode StatusCode
StatusCode definition for legacy code.
uint32_t CLID
The Class ID type.
SGKeyResolver(const std::string &name, ServiceHandle< StoreGateSvc > &sg, std::string &sgkey)
Constructor.
#define REPORT_MESSAGE_WITH_CONTEXT(LVL, CONTEXT_NAME)
Report a message, with an explicitly specified context name.
bool m_haveKey
Flag that m_usedKey is valid.
std::string key()
Return the SG key we should use.
Helpers for checking error return status codes and reporting errors.
CLID m_clid
The CLID of the desired type.