ATLAS Offline Software
Loading...
Searching...
No Matches
ReadCondHandle.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
10
12
13
14namespace SG {
15
16
24 const EventIDBase& eid,
25 const std::string& key)
26{
27 std::ostringstream ost;
28 cc.list(ost);
29 MsgStream msg(Athena::getMessageSvc(), "ReadCondHandle");
30 msg << MSG::ERROR
31 << "ReadCondHandle::retrieve() could not find EventTime "
32 << eid << " for key " << key << "\n"
33 << ost.str()
34 << endmsg;
35}
36
37
38} // namespace SG
#define endmsg
Base class for all conditions containers.
Definition CondCont.h:140
IMessageSvc * getMessageSvc(bool quiet=false)
Forward declaration.
void ReadCondHandleNotFound(const CondContBase &cc, const EventIDBase &eid, const std::string &key)
Report a conditions container lookup failure.
MsgStream & msg
Definition testRead.cxx:32