ATLAS Offline Software
Loading...
Searching...
No Matches
Control
StoreGate
src
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
11
#include "
StoreGate/ReadCondHandle.h
"
12
13
14
namespace
SG
{
15
16
23
void
ReadCondHandleNotFound
(
const
CondContBase
& cc,
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
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:63
ReadCondHandle.h
CondContBase
Base class for all conditions containers.
Definition
CondCont.h:140
Athena::getMessageSvc
IMessageSvc * getMessageSvc(bool quiet=false)
Definition
getMessageSvc.cxx:20
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
SG::ReadCondHandleNotFound
void ReadCondHandleNotFound(const CondContBase &cc, const EventIDBase &eid, const std::string &key)
Report a conditions container lookup failure.
Definition
ReadCondHandle.cxx:23
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.14.0